add libosgGA to OpenSceneGraph libraries used with tests

The DeletionManager needs osgGA. This becomes apparent when building shared
libraries.
This commit is contained in:
Tim Moore
2012-08-03 22:32:39 +02:00
parent 78a78a17cc
commit b61692b667

View File

@@ -120,7 +120,7 @@ else()
find_package(OpenGL REQUIRED)
find_package(OpenAL REQUIRED)
find_package(ALUT REQUIRED)
find_package(OpenSceneGraph 3.0.0 REQUIRED osgText osgSim osgDB osgParticle osgUtil)
find_package(OpenSceneGraph 3.0.0 REQUIRED osgText osgSim osgDB osgParticle osgGA osgUtil)
endif(SIMGEAR_HEADLESS)
if(JPEG_FACTORY)