You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FindOpenViBEModuleMessaging.cmake 369B

12345678910111213
  1. # ---------------------------------
  2. # Finds module Messaging
  3. # Adds library to target
  4. # Adds include path
  5. # ---------------------------------
  6. GET_PROPERTY(OV_PRINTED GLOBAL PROPERTY OV_TRIED_OpenViBEModuleMessaging)
  7. SET(INCLUDED_OV_SDK_COMPONENTS COMMUNICATION)
  8. INCLUDE(AddOpenViBESDKComponents)
  9. SET_PROPERTY(GLOBAL PROPERTY OV_TRIED_OpenViBEModuleMessaging "Yes")