OpenSceneGraph/examples/osgkdtree/CMakeLists.txt
Robert Osfield 8d0c7890ce First cut of osgkdtree example, this will be used as a base of the development of
native kdtree support to help speed up intersection testing.
2008-06-03 16:13:49 +00:00

6 lines
117 B
CMake

SET(TARGET_SRC osgkdtree.cpp )
SET(TARGET_ADDED_LIBRARIES osgSim )
#### end var setup ###
SETUP_EXAMPLE(osgkdtree)