diff options
author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-25 16:02:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 16:02:03 +0300 |
commit | 4d7f622a3c6a2fdec1c57ad4506ae49786b37dfc (patch) | |
tree | 969491f586088b68750dc65206ddedbd6d847fb0 /indra/newview/CMakeLists.txt | |
parent | 6e7c6a3842c077b97b3d9fb04c818613efa06f6f (diff) |
viewer#2065 Region restart schedule 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 d4c2875c6c..def2d8f0c0 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -278,6 +278,7 @@ set(viewer_SOURCE_FILES llfloaterregioninfo.cpp llfloaterreporter.cpp llfloaterregionrestarting.cpp + llfloaterregionrestartschedule.cpp llfloatersavecamerapreset.cpp llfloatersaveprefpreset.cpp llfloatersceneloadstats.cpp @@ -945,6 +946,7 @@ set(viewer_HEADER_FILES llfloaterregioninfo.h llfloaterreporter.h llfloaterregionrestarting.h + llfloaterregionrestartschedule.h llfloatersavecamerapreset.h llfloatersaveprefpreset.h llfloatersceneloadstats.h |