Added CMake build support for GLUT and SDL examples
This commit is contained in:
5
examples/osgGLUTsimple/CMakeLists.txt
Normal file
5
examples/osgGLUTsimple/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
SET(TARGET_SRC osgGLUTsimple.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES ${GLUT_glut_LIBRARY} )
|
||||
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE(osgGLUTsimple)
|
||||
Reference in New Issue
Block a user