]> git.mxchange.org Git - simgear.git/blob - simgear/nasal/CMakeLists.txt
cppbind: convert maps from nasal.
[simgear.git] / simgear / nasal / CMakeLists.txt
1
2 include (SimGearComponent)
3
4 set(HEADERS 
5     naref.h
6     nasal.h
7     )
8
9 set(SOURCES 
10     bitslib.c
11     code.c
12     codegen.c
13     gc.c
14     hash.c
15     iolib.c
16     lex.c
17     lib.c
18     mathlib.c
19     misc.c
20     parse.c
21     string.c
22     thread-posix.c
23     thread-win32.c
24     threadlib.c
25     utf8lib.c
26     vector.c
27     code.h
28     data.h
29     iolib.h
30     parse.h
31     )
32
33 simgear_component(nasal nasal "${SOURCES}" "${HEADERS}")