14 lines
347 B
CMake
14 lines
347 B
CMake
# ---------------------------------
|
|
# Finds openvibe-toolkit
|
|
# Adds library to target
|
|
# Adds include path
|
|
# ---------------------------------
|
|
|
|
GET_PROPERTY(OV_PRINTED GLOBAL PROPERTY OV_TRIED_OpenViBEToolkit)
|
|
|
|
SET(INCLUDED_OV_SDK_COMPONENTS TOOLKIT)
|
|
INCLUDE(AddOpenViBESDKComponents)
|
|
|
|
SET_PROPERTY(GLOBAL PROPERTY OV_TRIED_OpenViBEToolkit "Yes")
|
|
|