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.

FindOpenViBEModuleXML.cmake 341B

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