diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-06-23 16:33:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 16:33:49 -0400 |
commit | a6feb3dc7f3b1985bcc6a16330b368917cff25f8 (patch) | |
tree | 32e8f242d56f3bfcf2c2bacbe771ff627168f917 /indra/newview/CMakeLists.txt | |
parent | de8275b14b30bf754cdba1da867cb2e6c2783639 (diff) | |
parent | aa85192854ba11d187d73617d416d5768561f5cf (diff) |
Merge pull request #4245 from secondlife/release/2025.04.1
Release/2025.04.01
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 98151e2f4d..dc331b7330 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -178,11 +178,11 @@ set(viewer_SOURCE_FILES llflexibleobject.cpp llfloater360capture.cpp llfloaterabout.cpp + llfloateravatarwelcomepack.cpp llfloaterbvhpreview.cpp llfloateraddpaymentmethod.cpp llfloaterauction.cpp llfloaterautoreplacesettings.cpp - llfloateravatar.cpp llfloateravatarpicker.cpp llfloateravatarrendersettings.cpp llfloateravatartextures.cpp @@ -849,11 +849,11 @@ set(viewer_HEADER_FILES llflexibleobject.h llfloater360capture.h llfloaterabout.h + llfloateravatarwelcomepack.h llfloaterbvhpreview.h llfloateraddpaymentmethod.h llfloaterauction.h llfloaterautoreplacesettings.h - llfloateravatar.h llfloateravatarpicker.h llfloateravatarrendersettings.h llfloateravatartextures.h |