diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-04-21 17:32:17 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-04-21 17:35:50 +0300 |
commit | fc87da9dcaca7a76aa7078dc286b0d9e81e80e09 (patch) | |
tree | 160c14bf9e7423913f19e7f1a43b7f0a80c6c815 /indra/newview/CMakeLists.txt | |
parent | 4cf42435733a111610a13620c56728b1b659b1e9 (diff) |
Post-merge build fix
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 b9adc929cb..af5d97dc1e 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -234,6 +234,7 @@ set(viewer_SOURCE_FILES llfloaterconversationpreview.cpp llfloaterdeleteprefpreset.cpp llfloaterdestinations.cpp + llfloaterdisplayname.cpp llfloatereditextdaycycle.cpp llfloaterenvironmentadjust.cpp llfloaterevent.cpp @@ -859,6 +860,7 @@ set(viewer_HEADER_FILES llfloaterconversationpreview.h llfloaterdeleteprefpreset.h llfloaterdestinations.h + llfloaterdisplayname.h llfloatereditextdaycycle.h llfloaterenvironmentadjust.h llfloaterevent.h |