cmake OpenSceneGraph examples

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)

scially/Cesium3DTilesConverter CMakeLists.txt :16

find_package(OpenSceneGraph 
	REQUIRED 
	COMPONENTS osg osgDB osgUtil)

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 )

USNavalResearchLaboratory/simdissdk CMakeLists.txt :177

find_package(OpenSceneGraph COMPONENTS osgDB osgGA osgSim osgText osgUtil osgViewer QUIET)

ProjSEED/lodToolkit CMakeLists.txt :20

find_package(OpenSceneGraph REQUIRED osgDB osgUtil)