From ea65ea83a76280dc0b1dc1d685b06fca323417dc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Apr 2009 15:48:56 +0000 Subject: [PATCH] Added osgViewer as a dependency --- 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 01c0259d3..265d79f0d 100644 --- a/src/osgPlugins/p3d/CMakeLists.txt +++ b/src/osgPlugins/p3d/CMakeLists.txt @@ -17,7 +17,7 @@ SET(TARGET_H CompileSlideCallback.h ) -SET(TARGET_ADDED_LIBRARIES osgVolume) +SET(TARGET_ADDED_LIBRARIES osgVolume osgViewer) #### end var setup ### SETUP_PLUGIN(p3d)