178d6ff423
without being shared, but with varying the boundaries of leaves so that they may overlap.
17 lines
231 B
CMake
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)
|