BCIgui/Masterarbeit/openvibe/extras-master/cmake-modules/FindOpenViBEModuleMessaging.cmake
2021-10-14 13:47:35 +02:00

14 lines
369 B
CMake

# ---------------------------------
# Finds module Messaging
# Adds library to target
# Adds include path
# ---------------------------------
GET_PROPERTY(OV_PRINTED GLOBAL PROPERTY OV_TRIED_OpenViBEModuleMessaging)
SET(INCLUDED_OV_SDK_COMPONENTS COMMUNICATION)
INCLUDE(AddOpenViBESDKComponents)
SET_PROPERTY(GLOBAL PROPERTY OV_TRIED_OpenViBEModuleMessaging "Yes")