diff options
author | Oz Linden <oz@lindenlab.com> | 2015-10-26 17:12:04 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-10-26 17:12:04 -0400 |
commit | 54f39f86d205bdf52cd40fc0c4fcdd17ec694bb7 (patch) | |
tree | 82685c6399bb058eda704f54c28ef47b5928d512 /indra/newview/CMakeLists.txt | |
parent | f676b02c45e81da5b22762acddcab8a8aa1cff71 (diff) | |
parent | 84150294b912d04e345007b65670c0230a2e4d79 (diff) |
merge changes for 3.8.6-release
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index c4f0218ac8..35e7f77a7d 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -276,6 +276,7 @@ set(viewer_SOURCE_FILES llfloatermodeluploadbase.cpp llfloaternamedesc.cpp llfloaternotificationsconsole.cpp + llfloaternotificationstabbed.cpp llfloaterobjectweights.cpp llfloateropenobject.cpp llfloateroutbox.cpp @@ -411,6 +412,8 @@ set(viewer_SOURCE_FILES llnotificationgrouphandler.cpp llnotificationhandlerutil.cpp llnotificationhinthandler.cpp + llnotificationlistitem.cpp + llnotificationlistview.cpp llnotificationmanager.cpp llnotificationofferhandler.cpp llnotificationscripthandler.cpp @@ -900,6 +903,7 @@ set(viewer_HEADER_FILES llfloatermodeluploadbase.h llfloaternamedesc.h llfloaternotificationsconsole.h + llfloaternotificationstabbed.h llfloaterobjectweights.h llfloateropenobject.h llfloateroutbox.h @@ -1028,6 +1032,8 @@ set(viewer_HEADER_FILES llnavigationbar.h llnetmap.h llnotificationhandler.h + llnotificationlistitem.h + llnotificationlistview.h llnotificationmanager.h llnotificationstorage.h lloutfitslist.h |