From bceaef6f0615bfa99cbaac7d15faa615d472cf15 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 10 Dec 2008 12:50:40 +0000 Subject: [PATCH] Fixed link line --- examples/osgstaticviewer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgstaticviewer/CMakeLists.txt b/examples/osgstaticviewer/CMakeLists.txt index 3d986c4d4..929daefe7 100644 --- a/examples/osgstaticviewer/CMakeLists.txt +++ b/examples/osgstaticviewer/CMakeLists.txt @@ -1,6 +1,6 @@ #this file is automatically generated -SET(TARGET_ADDED_LIBRARIES osgdb_ive osgdb_freetype osgdb_OpenFlight osgdb_osg ) +SET(TARGET_ADDED_LIBRARIES osgdb_ive osgdb_freetype osgdb_openflight osgdb_osg osgdb_rgb) SET(TARGET_SRC osgstaticviewer.cpp ) #### end var setup ###