Added CMake build support for GLUT and SDL examples
This commit is contained in:
7
examples/osgsimpleviewerSDL/CMakeLists.txt
Normal file
7
examples/osgsimpleviewerSDL/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user