OpenSceneGraph/examples/osgthreadedterrain/CMakeLists.txt

7 lines
139 B
CMake
Raw Normal View History

2010-03-20 00:30:56 +08:00
SET(TARGET_SRC osgthreadedterrain.cpp)
2007-03-19 21:26:34 +08:00
SET(TARGET_ADDED_LIBRARIES osgTerrain )
2010-03-20 00:30:56 +08:00
2007-03-19 21:26:34 +08:00
#### end var setup ###
2010-03-20 00:30:56 +08:00
SETUP_EXAMPLE(osgthreadedterrain)