From b0f21e9a39d662a53959f554cbd836b63d7e6187 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 30 Aug 2007 12:18:45 +0000 Subject: [PATCH] From Luigi Calori, add osgText to geo plugin build --- src/osgPlugins/geo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/geo/CMakeLists.txt b/src/osgPlugins/geo/CMakeLists.txt index dbbf23a42..a39e834d5 100644 --- a/src/osgPlugins/geo/CMakeLists.txt +++ b/src/osgPlugins/geo/CMakeLists.txt @@ -14,6 +14,6 @@ osgGeoAnimation.h osgGeoNodes.h osgGeoStructs.h ) -SET(TARGET_ADDED_LIBRARIES osgSim ) +SET(TARGET_ADDED_LIBRARIES osgSim osgText) #### end var setup ### SETUP_PLUGIN(geo)