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,5 +1,6 @@
SET(TARGET_SRC osgGLUTkeyboardmouse.cpp )
SET(TARGET_ADDED_LIBRARIES ${GLUT_glut_LIBRARY} )
SET(TARGET_EXTERNAL_LIBRARIES ${GLUT_glut_LIBRARY} )
#### end var setup ###
SETUP_EXAMPLE(osgGLUTkeyboardmouse)