Files
OpenSceneGraph/examples/osgviewerQT/CMakeLists.txt
Robert Osfield e9258849c3 Merged the osgviewerQT3 and QT4 examples into a single osgviewerQT example, and
ported across from SimpleViewer to using Viewer
2007-06-03 09:09:09 +00:00

13 lines
240 B
CMake

SET(TARGET_SRC osgviewerQT.cpp )
SET(TARGET_EXTERNAL_LIBRARIES ${QT_LIBRARIES} )
INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR} )
IF (QT4_FOUND)
ADD_DEFINITIONS(-DUSE_QT4)
ENDIF(QT4_FOUND)
#### end var setup ###
SETUP_EXAMPLE(osgviewerQT)