summaryrefslogtreecommitdiff
path: root/indra/lscript/CMakeLists.txt
blob: d3e3dc11036d90b7b46916da2af36e70f0776740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- cmake -*-

set(lscript_HEADER_FILES
    lscript_alloc.h
    lscript_byteconvert.h
    lscript_byteformat.h
    lscript_execute.h
    lscript_export.h
    lscript_http.h
    lscript_library.h
    lscript_rt_interface.h
    )

add_subdirectory (lscript_compile)
add_subdirectory (lscript_execute)
add_subdirectory (lscript_library)