OpenSceneGraph/examples/osgkdtree/CMakeLists.txt

15 lines
183 B
CMake
Raw Normal View History

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