OpenSceneGraph/examples/osgintrospection/CMakeLists.txt

8 lines
212 B
CMake
Raw Normal View History

SET(TARGET_SRC osgintrospection.cpp )
SET(TARGET_ADDED_LIBRARIES osgIntrospection )
2009-11-19 18:47:42 +08:00
ADD_DEFINITIONS(-DOSG_PLUGIN_EXTENSION=${CMAKE_SHARED_MODULE_SUFFIX})
#### end var setup ###
SETUP_EXAMPLE(osgintrospection)