OpenSceneGraph/examples/osgkdtree/CMakeLists.txt
Robert Osfield 178d6ff423 Added new data structure + build algorithm that places triangles into leaves
without being shared, but with varying the boundaries of leaves so that they
may overlap.
2008-07-03 15:49:28 +00:00

17 lines
231 B
CMake

SET(TARGET_SRC
fixeddivision.cpp
variabledivision.cpp
osgkdtree.cpp
)
SET(TARGET_H
fixeddivision.h
variabledivision.h
)
SET(TARGET_ADDED_LIBRARIES osgSim )
#### end var setup ###
SETUP_EXAMPLE(osgkdtree)