diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-09-05 22:22:56 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-09-05 22:22:56 +0300 |
commit | c8711f4ea5d941d12ae7e6cf99302bfc3211dd3c (patch) | |
tree | afa92b5901bcfa4b7eac9f4a2f87881760da8737 /indra/llcommon/CMakeLists.txt | |
parent | d454512050e636a19e4b7545515dea4f4b1bbf0d (diff) |
Initial prototype of embedded LUA
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 ef4899978e..5dd4321330 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -13,6 +13,7 @@ include(Copy3rdPartyLibs) include(ZLIBNG) include(URIPARSER) include(Tracy) +include(lualibs) set(llcommon_SOURCE_FILES |