OpenSceneGraph/examples/osgintrospection/CMakeLists.txt
Robert Osfield f38d1cdbb4 Fixed build
2009-11-19 10:47:42 +00:00

8 lines
212 B
CMake

SET(TARGET_SRC osgintrospection.cpp )
SET(TARGET_ADDED_LIBRARIES osgIntrospection )
ADD_DEFINITIONS(-DOSG_PLUGIN_EXTENSION=${CMAKE_SHARED_MODULE_SUFFIX})
#### end var setup ###
SETUP_EXAMPLE(osgintrospection)