OpenSceneGraph/examples/osgframerenderer/CMakeLists.txt

12 lines
218 B
CMake
Raw Normal View History

2012-11-12 23:26:30 +08:00
SET(TARGET_SRC
CameraPathProperty.cpp
CameraProperty.cpp
2012-11-12 23:26:30 +08:00
CaptureSettings.cpp
EventProperty.cpp
2012-12-03 19:31:13 +08:00
osgframerenderer.cpp
2012-11-12 23:26:30 +08:00
UpdateProperty.cpp
)
#### end var setup ###
SETUP_EXAMPLE(osgframerenderer)