7 lines
155 B
CMake
7 lines
155 B
CMake
|
SET(TARGET_SRC osgtransferfunction.cpp )
|
||
|
|
||
|
SET(TARGET_ADDED_LIBRARIES osgVolume osgManipulator)
|
||
|
|
||
|
#### end var setup ###
|
||
|
SETUP_EXAMPLE(osgtransferfunction)
|