OpenSceneGraph/examples/osgcompositeviewer/CMakeLists.txt

6 lines
134 B
CMake
Raw Normal View History

SET(TARGET_SRC osgcompositeviewer.cpp )
2007-03-19 21:26:34 +08:00
SET(TARGET_ADDED_LIBRARIES osgFX )
2007-03-19 21:26:34 +08:00
#### end var setup ###
SETUP_EXAMPLE(osgcompositeviewer)