summaryrefslogtreecommitdiff
path: root/indra/cmake/LScript.cmake
blob: 227e4aaeda824efdfcea138195df068111246752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- cmake -*-

set(LSCRIPT_INCLUDE_DIRS
    ${LIBS_OPEN_DIR}/lscript
    ${LIBS_OPEN_DIR}/lscript/lscript_compile
    ${LIBS_OPEN_DIR}/lscript/lscript_execute
    )

set(LSCRIPT_LIBRARIES
    lscript_compile
    lscript_execute
    lscript_library
    )