Replaced TARGET_ADD_LIBRARIES to TARGET_EXTERNAL_LIBRARIES for WxWidgets to avoid debug

issues
This commit is contained in:
Robert Osfield
2007-05-14 16:13:33 +00:00
parent 52b2548d31
commit fac01b5a23

View File

@@ -2,12 +2,11 @@ SET(TARGET_SRC osgsimpleviewerWX.cpp )
SET(TARGET_H osgsimpleviewerWX.h )
SET(TARGET_ADDED_LIBRARIES ${wxWidgets_LIBRARIES} )
SET(TARGET_EXTERNAL_LIBRARIES ${wxWidgets_LIBRARIES} )
INCLUDE_DIRECTORIES(${wxWidgets_INCLUDE_DIRS} )
ADD_DEFINITIONS( ${wxWidgets_DEFINITIONS} )
#### end var setup ###
SETUP_EXAMPLE(osgsimpleviewerWX)