OpenSceneGraph/examples/osgtransferfunction/CMakeLists.txt

10 lines
190 B
CMake
Raw Normal View History

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