diff options
Diffstat (limited to 'linden/indra/cmake/LScript.cmake')
-rw-r--r-- | linden/indra/cmake/LScript.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/linden/indra/cmake/LScript.cmake b/linden/indra/cmake/LScript.cmake new file mode 100644 index 0000000..86bfcb7 --- /dev/null +++ b/linden/indra/cmake/LScript.cmake | |||
@@ -0,0 +1,16 @@ | |||
1 | # -*- cmake -*- | ||
2 | |||
3 | set(LSCRIPT_INCLUDE_DIRS | ||
4 | ${LIBS_OPEN_DIR}/lscript | ||
5 | ${LIBS_OPEN_DIR}/lscript/lscript_compile | ||
6 | ${LIBS_OPEN_DIR}/lscript/lscript_execute | ||
7 | ${LIBS_OPEN_DIR}/lscript/lscript_execute_mono | ||
8 | ) | ||
9 | |||
10 | set(LSCRIPT_LIBRARIES | ||
11 | lscript_compile | ||
12 | lscript_execute | ||
13 | lscript_library | ||
14 | ) | ||
15 | |||
16 | set(LSCRIPT_EXECUTE_MONO_LIBRARIES lscript_execute_mono) \ No newline at end of file | ||