OpenSceneGraph/examples/osgtransferfunction/CMakeLists.txt

10 lines
196 B
CMake

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