Changed the external library specification to use TARGET_EXTERNAL_LIBRARIES

This commit is contained in:
Robert Osfield
2007-03-26 09:48:02 +00:00
parent aa73c4a00f
commit 4e2eaf4d0d
6 changed files with 12 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
SET(TARGET_SRC osgsimpleviewerQT4.cpp )
SET(TARGET_ADDED_LIBRARIES ${QT_LIBRARIES} )
SET(TARGET_EXTERNAL_LIBRARIES ${QT_LIBRARIES} )
INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR} )
#### end var setup ###