diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-04-03 14:08:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 14:08:01 -0400 |
commit | f069543328efc441673db9877c97ae2201b86e91 (patch) | |
tree | 299591b4bce2a1d6a5351d63b3ae249a130a5871 /indra/llcommon/CMakeLists.txt | |
parent | b4d699764044301c460560f7665b623a571bf14f (diff) | |
parent | 3f876a6a1d138c31266afb6c39df7090e304efe3 (diff) |
Merge pull request #1110 from secondlife/lua-startup
Add `startup.lua` module with `startup.ensure()`, `startup.wait()` functions.
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index aed9ee080b..aa0b66f2f4 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -127,6 +127,7 @@ set(llcommon_HEADER_FILES commoncontrol.h ctype_workaround.h fix_macros.h + fsyspath.h function_types.h indra_constants.h lazyeventapi.h |