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