OpenSceneGraph/examples/osgtransferfunction/CMakeLists.txt
Robert Osfield 4016aed62d Moved experimental Widget class to osgGA
Add computeIntersections() to the osgGA::GUIActionAdapter base class to enable intersection tests without needing to directly link to osgViewer.
2014-02-06 17:32:41 +00:00

10 lines
190 B
CMake

SET(TARGET_SRC
TransferFunctionWidget.cpp
osgtransferfunction.cpp
)
SET(TARGET_ADDED_LIBRARIES osgVolume osgManipulator)
#### end var setup ###
SETUP_EXAMPLE(osgtransferfunction)