OpenSceneGraph/examples/osgdepthpeeling/CMakeLists.txt
2007-09-03 12:27:37 +00:00

16 lines
204 B
CMake

SET(TARGET_SRC
DePee.cpp
DePeePass.cpp
Utility.cpp
osgdepthpeeling.cpp
)
SET(TARGET_H
DePee.h
DePeePass.h
Utility.h
)
#### end var setup ###
SETUP_EXAMPLE(osgdepthpeeling)