OpenSceneGraph/examples/osgoscdevice/CMakeLists.txt
2016-08-10 14:30:28 +01:00

10 lines
324 B
CMake

# On OSX, this example only compiles if using Cocoa
IF(APPLE AND NOT (OSG_WINDOWING_SYSTEM STREQUAL "Cocoa"))
MESSAGE(WARNING "Disabling osgoscdevice example because it requires OSG_WINDOWING_SYSTEM to be Cocoa")
RETURN()
ENDIF()
SET(TARGET_SRC osgoscdevice.cpp )
#### end var setup ###
SETUP_EXAMPLE(osgoscdevice)