OpenSceneGraph/examples/osgGLUTsimple/CMakeLists.txt

7 lines
143 B
CMake
Raw Normal View History

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