OpenSceneGraph/examples/osgsimulation/CMakeLists.txt
Robert Osfield 7ec5673a7e Added fire effect, enabled by --fire command line option. The new fire effect
has been introduced to reproduce the scaling of paricle effects
2008-03-17 10:29:23 +00:00

7 lines
144 B
CMake

SET(TARGET_SRC osgsimulation.cpp )
SET(TARGET_ADDED_LIBRARIES osgParticle osgSim osgGA )
#### end var setup ###
SETUP_EXAMPLE(osgsimulation)