c2b77aa08e
Notes from Robert Osfield, I've merged osgWidget trunk, and added/changed CMakeLists.txt file to make it suitable for inclusion in the core OSG, and moved imagery/scripts/shaders out into OpenSceneGraph-Data
10 lines
279 B
CMake
10 lines
279 B
CMake
PROJECT(osgwidgetbox)
|
|
|
|
LINK_LIBRARIES(debug osgWidgetd optimized osgWidget)
|
|
|
|
ADD_EXECUTABLE(osgwidgetbox osgwidgetbox.cpp)
|
|
|
|
SET_TARGET_PROPERTIES(osgwidgetbox PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX})
|
|
|
|
INSTALL(TARGETS osgwidgetbox DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|