OpenSceneGraph/examples/osgsimpleshaders/CMakeLists.txt
Robert Osfield 7c278ce5d6 From Christian Buchner, "The attached openscenegraph example is much simpler than
osgshaders.cpp and demonstrates the use of GLSL vertex and fragment
shaders with a simple animation callback. I found the osgshaders.cpp
too complex to serve as a starting point for GLSL programming"
2012-03-06 10:29:47 +00:00

4 lines
71 B
CMake

SET(TARGET_SRC osgsimpleshaders.cpp )
SETUP_EXAMPLE(osgsimpleshaders)