summaryrefslogtreecommitdiff
path: root/indra/lscript/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'indra/lscript/CMakeLists.txt')
-rw-r--r--indra/lscript/CMakeLists.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/indra/lscript/CMakeLists.txt b/indra/lscript/CMakeLists.txt
index d3e3dc1103..937e2ec0dc 100644
--- a/indra/lscript/CMakeLists.txt
+++ b/indra/lscript/CMakeLists.txt
@@ -1,6 +1,9 @@
# -*- cmake -*-
set(lscript_HEADER_FILES
+ llscriptresource.h
+ llscriptresourceconsumer.h
+ llscriptresourcepool.h
lscript_alloc.h
lscript_byteconvert.h
lscript_byteformat.h
@@ -11,7 +14,8 @@ set(lscript_HEADER_FILES
lscript_rt_interface.h
)
-add_subdirectory (lscript_compile)
-add_subdirectory (lscript_execute)
-add_subdirectory (lscript_library)
+add_subdirectory(lscript_compile)
+add_subdirectory(lscript_execute)
+
+add_subdirectory(lscript_library)