diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-04-03 16:00:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 16:00:03 -0400 |
commit | d2ed30f82367ae875d2b894e55118867e40239e9 (patch) | |
tree | bff58971c931f71002986dc2d240afb7c8a9daf9 /indra/newview/CMakeLists.txt | |
parent | f069543328efc441673db9877c97ae2201b86e91 (diff) | |
parent | b351888ed7d395279dfc022363e911d52ebdcc16 (diff) |
Merge pull request #1101 from secondlife/lua-scripts-floater
Lua scripts floater
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index b26ce7d06d..f41e481b26 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -243,6 +243,7 @@ set(viewer_SOURCE_FILES llfloaterlinkreplace.cpp llfloaterloadprefpreset.cpp llfloaterluadebug.cpp + llfloaterluascripts.cpp llfloatermarketplacelistings.cpp llfloatermap.cpp llfloatermediasettings.cpp @@ -901,6 +902,7 @@ set(viewer_HEADER_FILES llfloaterlinkreplace.h llfloaterloadprefpreset.h llfloaterluadebug.h + llfloaterluascripts.h llfloatermap.h llfloatermarketplacelistings.h llfloatermediasettings.h |