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.

FindOpenViBEModuleSystem.cmake 353B

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