8c3e3055e7
Added TextNode.h and TextNode.cpp to examples/osgtext3D in prep for introducing the new node to osgText library
19 lines
298 B
CMake
19 lines
298 B
CMake
#this file is automatically generated
|
|
|
|
SET(TARGET_H
|
|
GlyphGeometry.h
|
|
TextNode.h
|
|
)
|
|
|
|
SET(TARGET_SRC
|
|
GlyphGeometry.cpp
|
|
TextNode.cpp
|
|
osgtext3D_orig.cpp
|
|
osgtext3D_test.cpp
|
|
osgtext3D.cpp
|
|
)
|
|
|
|
SET(TARGET_ADDED_LIBRARIES osgText )
|
|
#### end var setup ###
|
|
SETUP_EXAMPLE(osgtext3D)
|