OpenSceneGraph/examples/osgkeyboard/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
185 B
CMake

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