File: CMakeLists.txt

package info (click to toggle)
openscenegraph 3.2.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,904 kB
  • ctags: 34,781
  • sloc: cpp: 370,251; ansic: 10,145; java: 1,020; yacc: 548; objc: 288; makefile: 282; xml: 155; lex: 151
file content (14 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SET(TARGET_SRC
    TextNode.cpp
    osgtext3D_orig.cpp
    osgtext3D_test.cpp
    osgtext3D.cpp
)

SET(TARGET_H
    TextNode.h
)

SET(TARGET_ADDED_LIBRARIES osgText )
#### end var setup  ###
SETUP_EXAMPLE(osgtext3D)