From Jean-Sebastian Guay, "Here are the CMakeLists.txt files for the osgWidget examples, changed to use SETUP_EXAMPLE like the other examples."
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
PROJECT(osgwidgetversion)
|
||||
#this file is automatically generated
|
||||
|
||||
LINK_LIBRARIES(debug osgWidgetd optimized osgWidget)
|
||||
|
||||
ADD_EXECUTABLE(osgwidgetversion osgwidgetversion.cpp)
|
||||
|
||||
SET_TARGET_PROPERTIES(osgwidgetversion PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX})
|
||||
|
||||
INSTALL(TARGETS osgwidgetversion DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
SET(TARGET_SRC osgwidgetversion.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgWidget )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE(osgwidgetversion)
|
||||
|
||||
Reference in New Issue
Block a user