From 14d1a325e570ea4b300f6af2ce513b044b9c4b72 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 3 Jun 2007 08:58:32 +0000 Subject: [PATCH] Changed external library specication --- examples/osgviewerFLTK/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/osgviewerFLTK/CMakeLists.txt b/examples/osgviewerFLTK/CMakeLists.txt index 3fe974218..86ea10db8 100644 --- a/examples/osgviewerFLTK/CMakeLists.txt +++ b/examples/osgviewerFLTK/CMakeLists.txt @@ -1,6 +1,7 @@ SET(TARGET_SRC osgviewerFLTK.cpp ) -SET(TARGET_ADDED_LIBRARIES ${FLTK_LIBRARIES} ) +SET(TARGET_EXTERNAL_LIBRARIES ${FLTK_LIBRARIES} ) + INCLUDE_DIRECTORIES(${FLTK_INCLUDE_DIR} ) #### end var setup ###