OpenSceneGraph/examples/osggpx/CMakeLists.txt
Robert Osfield f1009763fc Added osggpx example to demonstate how to use the XmlParser and create line models.
To use :

  osggpx myterrainmodel.ive -t mytrack.gpx
2009-12-02 12:37:22 +00:00

6 lines
76 B
CMake

SET(TARGET_SRC osggpx.cpp )
#### end var setup ###
SETUP_EXAMPLE(osggpx)