cmake find_package(osgViewer) examples

KimuraRyo/BSDFProcessor CMakeLists.txt :44

find_package(OpenSceneGraph 3.4.0 REQUIRED osgDB osgGA osgText osgUtil osgViewer)

openscenegraph/OpenSceneGraph examples/osgCMakeExample/CMakeLists.txt :12

FIND_PACKAGE(osgViewer)

openscenegraph/OpenSceneGraph examples/osgCMakeExampleModern/CMakeLists.txt :7

FIND_PACKAGE (OpenSceneGraph REQUIRED COMPONENTS osgUtil osgDB osgText osgGA osgFX osgSim osgViewer CONFIG)

gwaldron/osgearth CMakeLists.txt :152

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

kbale/osgocean CMakeLists.txt :35

find_package (osgViewer REQUIRED)

openscenegraph/osgQt CMakeLists.txt :95

FIND_PACKAGE(OpenSceneGraph 3.6.0 REQUIRED osgDB osgGA osgUtil osgText osgViewer osgWidget)