From 4248c0f8c869d7260c5fad0f266650a33ca9e897 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 21 Apr 2007 12:29:39 +0000 Subject: [PATCH] Added osgSim dependency to txp plugin --- src/osgPlugins/txp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgPlugins/txp/CMakeLists.txt b/src/osgPlugins/txp/CMakeLists.txt index 5f57ac92f..8836abab2 100644 --- a/src/osgPlugins/txp/CMakeLists.txt +++ b/src/osgPlugins/txp/CMakeLists.txt @@ -62,6 +62,8 @@ SET(TARGET_H INCLUDE_DIRECTORIES(.) +SET(TARGET_ADDED_LIBRARIES osgSim ) + #### end var setup ### SETUP_PLUGIN(txp)