diff options
author | mobserveur <mobserveur@gmail.com> | 2024-07-23 04:03:32 +0200 |
---|---|---|
committer | mobserveur <mobserveur@gmail.com> | 2024-07-23 04:03:32 +0200 |
commit | 18a02a0c8f7a73cd44e8fe4f3c3b23a9195f2730 (patch) | |
tree | 16de0f19d697ceef87ba88db4b1ed20153723fc3 | |
parent | 49415deaf02260affcd9e9560bf6df38259d4970 (diff) |
CMakeLists adding fsfloatersearch.h
This commit completes the previous commit for the legacy floater
-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 226c905463..e505a42863 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -251,6 +251,7 @@ set(viewer_SOURCE_FILES llfloaterhelpbrowser.cpp llfloaterhoverheight.cpp mpfloatertuning.cpp + fsfloatersearch.cpp llfloaterhowto.cpp llfloaterhud.cpp llfloaterimagepreview.cpp @@ -914,6 +915,7 @@ set(viewer_HEADER_FILES llfloaterhelpbrowser.h llfloaterhoverheight.h mpfloatertuning.h + fsfloatersearch.h llfloaterhowto.h llfloaterhud.h llfloaterimagepreview.h |