OpenSceneGraph/examples/osglightpoint/CMakeLists.txt
Robert Osfield be3f61c49f From Luigi Calori, move to using local CMakeLists.txt files and explicit file lists.
From Robert Osfield, small ammendments of the above to seperate example and application installs, and fix the osgPlugins install directory.
2007-03-19 12:30:26 +00:00

8 lines
190 B
CMake

#this file is automatically generated
SET(TARGET_NAME osglightpoint )
SET(TARGET_SRC osglightpoint.cpp )
SET(TARGET_ADDED_LIBRARIES osgSim )
#### end var setup ###
SETUP_EXAMPLE()