OpenSceneGraph/examples/osgshadercomposition/CMakeLists.txt
Robert Osfield 77b8962bcc Deprecated the old ShaderComposition example code so that it's now only invoked if you add a --old to the osgshadercomposition command line.
Introduced a new shader composition example based on the new #pragama and #define based GLSL shader/osg::StateSet::setDefine() functionality now built into the core OSG.


git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14692 16af8721-9629-0410-8352-f15c8da7e697
2015-02-13 10:56:59 +00:00

7 lines
112 B
CMake

SET(TARGET_SRC
oldshadercomposition.cpp
osgshadercomposition.cpp
)
SETUP_EXAMPLE(osgshadercomposition)