From 426c5d4e444a6f3682172d08af6fc1440794486d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 8 May 2009 12:34:06 +0000 Subject: [PATCH] Added osgGA and osgText to dependency list --- src/osgPlugins/p3d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/p3d/CMakeLists.txt b/src/osgPlugins/p3d/CMakeLists.txt index 5e86e326c..1e4005aff 100644 --- a/src/osgPlugins/p3d/CMakeLists.txt +++ b/src/osgPlugins/p3d/CMakeLists.txt @@ -14,7 +14,7 @@ SET(TARGET_H CompileSlideCallback.h ) -SET(TARGET_ADDED_LIBRARIES osgText osgVolume osgFX osgViewer) +SET(TARGET_ADDED_LIBRARIES osgGA osgText osgVolume osgFX osgViewer) #### end var setup ### SETUP_PLUGIN(p3d)