OpenSceneGraph/examples/osgtext3D/CMakeLists.txt
Robert Osfield 777763bc55 Added raw primitive and vertex data into the osgText::Font3D and FreeTypePlugin to aid development of new 3D text functionality.
Added new test for original 3D text support and new experimental code for exploring approaches to new 3D text support.
2010-07-14 18:50:41 +00:00

12 lines
208 B
CMake

#this file is automatically generated
SET(TARGET_SRC
osgtext3D_orig.cpp
osgtext3D_test.cpp
osgtext3D.cpp
)
SET(TARGET_ADDED_LIBRARIES osgText )
#### end var setup ###
SETUP_EXAMPLE(osgtext3D)