Added CMake build suppport for osgsimpleviewerQT4

This commit is contained in:
Robert Osfield 2007-03-22 14:45:13 +00:00
parent c000d8e94c
commit 8b683c93c9

View File

@ -0,0 +1,7 @@
SET(TARGET_SRC osgsimpleviewerQT4.cpp )
SET(TARGET_ADDED_LIBRARIES ${QT_LIBRARIES} )
INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR} )
#### end var setup ###
SETUP_EXAMPLE(osgsimpleviewerQT4)