diff options
author | Graham Linden <graham@lindenlab.com> | 2018-06-21 20:07:59 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-06-21 20:07:59 +0100 |
commit | 34d595716bb9224cc4f173bd968db86bc88cbaed (patch) | |
tree | fc51c76408f7c5446302efee5354632a9fbf4508 | |
parent | 2db71067f21f31ce19ef99a3f4b4404f24b2ad0d (diff) |
Fix mismerge of main CMakeLists.txt which dropped new floaterviewadvanced .cpp
-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 87783c224e..789112c819 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -278,6 +278,7 @@ set(viewer_SOURCE_FILES llfloaterperms.cpp llfloaterpostprocess.cpp llfloaterpreference.cpp + llfloaterpreferenceviewadvanced.cpp llfloaterpreviewtrash.cpp llfloaterproperties.cpp llfloaterregiondebugconsole.cpp @@ -466,6 +467,7 @@ set(viewer_SOURCE_FILES llpanelplaceprofile.cpp llpanelplaces.cpp llpanelplacestab.cpp + llpanelpresetscamerapulldown.cpp llpanelpresetspulldown.cpp llpanelprimmediacontrols.cpp llpanelprofile.cpp |