16 lines
204 B
CMake
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)
|