5 lines
88 B
CMake
5 lines
88 B
CMake
|
SET(TARGET_SRC osgfont.cpp)
|
||
|
SET(TARGET_ADDED_LIBRARIES osgText)
|
||
|
|
||
|
SETUP_EXAMPLE(osgfont)
|