13 lines
321 B
CMake
Raw Permalink Normal View History

2021-10-14 13:47:35 +02:00
# ---------------------------------
# Finds OpenViBE
# Adds library to target
# Adds include path
# ---------------------------------
GET_PROPERTY(OV_PRINTED GLOBAL PROPERTY OV_TRIED_OpenViBE)
SET(INCLUDED_OV_SDK_COMPONENTS MAIN)
INCLUDE(AddOpenViBESDKComponents)
SET_PROPERTY(GLOBAL PROPERTY OV_TRIED_OpenViBE "Yes")