OpenSceneGraph/examples/osgsharedarray/CMakeLists.txt
Robert Osfield be5f709bdb From Mike Garrity, "There was an on again/off again thread on OSG users about
creating subclasses of osg::Array that referenced data
stored an application's internal data structures. I took
a stab at implementing that and ran into a couple of
downcasts in Geometry.cpp. Enclosed is my take at fixing
those along with a simple example of how to do this."
2007-12-11 15:55:02 +00:00

8 lines
183 B
CMake

#this file is automatically generated
SET(TARGET_SRC osgsharedarray.cpp )
SET(TARGET_EXTERNAL_LIBRARIES ${OPENGL_LIBRARIES} )
#### end var setup ###
SETUP_EXAMPLE(osgsharedarray)