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,7 @@
SET(TARGET_SRC osgsimpleviewerSDL.cpp )
SET(TARGET_ADDED_LIBRARIES ${SDL_LIBRARY} )
INCLUDE_DIRECTORIES(${SDL_INCLUDE_DIR} )
#### end var setup ###
SETUP_EXAMPLE(osgsimpleviewerSDL)