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(osgwidgettable)
|
||||
#this file is automatically generated
|
||||
|
||||
LINK_LIBRARIES(debug osgWidgetd optimized osgWidget)
|
||||
|
||||
ADD_EXECUTABLE(osgwidgettable osgwidgettable.cpp)
|
||||
|
||||
SET_TARGET_PROPERTIES(osgwidgettable PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX})
|
||||
|
||||
INSTALL(TARGETS osgwidgettable DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
SET(TARGET_SRC osgwidgettable.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES osgWidget )
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE(osgwidgettable)
|
||||
|
||||
Reference in New Issue
Block a user