10 lines
168 B
CMake
10 lines
168 B
CMake
SET(TARGET_SRC
|
|
osgtext3D_orig.cpp
|
|
osgtext3D_test.cpp
|
|
osgtext3D.cpp
|
|
)
|
|
|
|
SET(TARGET_ADDED_LIBRARIES osgText )
|
|
#### end var setup ###
|
|
SETUP_EXAMPLE(osgtext3D)
|