diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-04-03 17:04:30 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-04-03 17:04:30 -0400 |
commit | 1507002a4a45c70d25bba7164430607d4224c4e9 (patch) | |
tree | e50ff7417b01403e2a6ea98056b0d368aca04a44 /indra/newview/CMakeLists.txt | |
parent | e02ea3ddee87021a4b6fa0de874e2d6d71da65f9 (diff) | |
parent | e2d15198bd3d81250850ac7061fdbc7c6153647f (diff) |
Merge branch 'release/luau-scripting' into lua-pr-feedback
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index f41e481b26..5d594d527e 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -48,7 +48,7 @@ include(VulkanGltf) include(ZLIBNG) include(URIPARSER) include(LLPrimitive) -include(lualibs) +include(Lualibs) if (NOT HAVOK_TPV) # When using HAVOK_TPV, the library is precompiled, so no need for this @@ -2381,4 +2381,3 @@ if (LL_TESTS) endif (LL_TESTS) check_message_template(${VIEWER_BINARY_NAME}) - |