cmake OpenSceneGraph examples

Oslandia/SFCGAL CMakeLists.txt :126

find_package( OpenSceneGraph COMPONENTS osgDB osgUtil )

gwaldron/osgearth CMakeLists.txt :155

find_package(OpenSceneGraph REQUIRED COMPONENTS osgManipulator osgShadow osgSim osgViewer osgGA osgUtil osgText osgDB osg OpenThreads)

OpenMW/openmw CMakeLists.txt :437

find_package(OpenSceneGraph 3.6.5 REQUIRED ${USED_OSG_COMPONENTS})

dartsim/dart cmake/DARTFindOpenSceneGraph.cmake :9

find_package(OpenSceneGraph 3.0.0 QUIET
  COMPONENTS osg osgViewer osgManipulator osgGA osgDB osgShadow osgUtil
)

hlrs-vis/covise src/OpenCOVER/DrivingSim/gaalet/cpp/examples/ElasticCoupling/CMakeLists.txt :9

find_package(OpenSceneGraph REQUIRED osg osgViewer)

Pseudomanifold/QtOSG CMakeLists.txt :21

FIND_PACKAGE( OpenSceneGraph REQUIRED COMPONENTS osgDB osgGA osgUtil osgViewer )

FlightGear/flightgear CMakeLists.txt :294

find_package(OpenSceneGraph 3.6.0 REQUIRED
  osgText
  osgSim
  osgDB
  osgParticle
  osgUtil
  osgViewer
  osgGA
)

OpendTect/OpendTect CMakeModules/ODOsgUtils.cmake :129

find_package( OpenSceneGraph QUIET COMPONENTS osgGeo )

ProjSEED/lodToolkit CMakeLists.txt :20

find_package(OpenSceneGraph REQUIRED osgDB osgUtil)