OpenSceneGraph/examples/osgGLUTsimple/CMakeLists.txt

6 lines
139 B
CMake
Raw Normal View History

SET(TARGET_SRC osgGLUTsimple.cpp )
SET(TARGET_ADDED_LIBRARIES ${GLUT_glut_LIBRARY} )
#### end var setup ###
SETUP_EXAMPLE(osgGLUTsimple)