From Mathias Froehlich, "n examples/osgfadetext/CMakeLists.txt osgSim as dependency is missing."

This commit is contained in:
Robert Osfield 2007-12-06 17:07:04 +00:00
parent 49db32ca3f
commit 188b196ca6

View File

@ -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)