Added CMake build support for GLUT and SDL examples

This commit is contained in:
Robert Osfield
2007-03-22 14:06:27 +00:00
parent 6eee949142
commit e457914a40
5 changed files with 38 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
SET(TARGET_SRC osgGLUTsimple.cpp )
SET(TARGET_ADDED_LIBRARIES ${GLUT_glut_LIBRARY} )
#### end var setup ###
SETUP_EXAMPLE(osgGLUTsimple)