OpenSceneGraph/examples/osgdepthpeeling/CMakeLists.txt

16 lines
204 B
CMake
Raw Normal View History

2007-09-03 20:27:37 +08:00
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)