14 lines
369 B
CMake
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")
|
||
|
|