diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-03-23 16:58:58 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-03-23 16:58:58 -0500 |
commit | faff73494ee3247bcca9bb33b59629fd39adb3e7 (patch) | |
tree | 4efd822c4d15e30a7f2cb77633a55850d6bd3646 /indra/llui/CMakeLists.txt | |
parent | 93b30f960ea327fe3c36deed72a8075ce0d13f19 (diff) | |
parent | 7bf84bdcbf13084ff3b94590e4061b4a6708b4dc (diff) |
Merge branch 'release/luau-scripting' of secondlife/viewer into lua-fiber
Diffstat (limited to 'indra/llui/CMakeLists.txt')
-rw-r--r-- | indra/llui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index a0314cb5f2..69e1b57245 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -49,6 +49,7 @@ set(llui_SOURCE_FILES lllineeditor.cpp llloadingindicator.cpp lllocalcliprect.cpp + llluafloater.cpp llmenubutton.cpp llmenugl.cpp llmodaldialog.cpp @@ -164,6 +165,7 @@ set(llui_HEADER_FILES lllineeditor.h llloadingindicator.h lllocalcliprect.h + llluafloater.h llmenubutton.h llmenugl.h llmodaldialog.h |