OpenSceneGraph/examples/osgsampler/CMakeLists.txt
Julien Valentin 662bea239c add GLSampler as Texture Property
and a simple example mixing (add) 2 textures
2018-01-03 21:34:10 +01:00

5 lines
102 B
CMake

SET(TARGET_SRC osgSampler.cpp )
SET(TARGET_ADDED_LIBRARIES osgManipulator)
SETUP_EXAMPLE(osgsampler)