From 188b196ca68cd88edd0c6cfdd8c9a38d1856483b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 6 Dec 2007 17:07:04 +0000 Subject: [PATCH] From Mathias Froehlich, "n examples/osgfadetext/CMakeLists.txt osgSim as dependency is missing." --- examples/osgfadetext/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgfadetext/CMakeLists.txt b/examples/osgfadetext/CMakeLists.txt index 7966e2ef1..f82aa1497 100644 --- a/examples/osgfadetext/CMakeLists.txt +++ b/examples/osgfadetext/CMakeLists.txt @@ -2,6 +2,6 @@ SET(TARGET_SRC osgfadetext.cpp ) -SET(TARGET_ADDED_LIBRARIES osgText ) +SET(TARGET_ADDED_LIBRARIES osgSim osgText ) #### end var setup ### SETUP_EXAMPLE(osgfadetext)