diff options
author | Rider Linden <rider@lindenlab.com> | 2015-10-27 11:55:34 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-10-27 11:55:34 -0700 |
commit | d4576e987f235e3e96516db1f342cbcf7e4c36e9 (patch) | |
tree | cfc869de43175e3731acd0db246465a2bcbfa198 /indra/newview/CMakeLists.txt | |
parent | abf9ccb0dee2e707c94f1f14f8869f2a991fea94 (diff) | |
parent | 84150294b912d04e345007b65670c0230a2e4d79 (diff) |
Merged lindenlab/viewer-release into default
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 07c0cb795e..feb2e207fe 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -267,6 +267,7 @@ set(viewer_SOURCE_FILES llfloatermodeluploadbase.cpp llfloaternamedesc.cpp llfloaternotificationsconsole.cpp + llfloaternotificationstabbed.cpp llfloaterobjectweights.cpp llfloateropenobject.cpp llfloaterpathfindingcharacters.cpp @@ -399,6 +400,8 @@ set(viewer_SOURCE_FILES llnotificationgrouphandler.cpp llnotificationhandlerutil.cpp llnotificationhinthandler.cpp + llnotificationlistitem.cpp + llnotificationlistview.cpp llnotificationmanager.cpp llnotificationofferhandler.cpp llnotificationscripthandler.cpp @@ -875,6 +878,7 @@ set(viewer_HEADER_FILES llfloatermodeluploadbase.h llfloaternamedesc.h llfloaternotificationsconsole.h + llfloaternotificationstabbed.h llfloaterobjectweights.h llfloateropenobject.h llfloaterpathfindingcharacters.h @@ -1000,6 +1004,8 @@ set(viewer_HEADER_FILES llnavigationbar.h llnetmap.h llnotificationhandler.h + llnotificationlistitem.h + llnotificationlistview.h llnotificationmanager.h llnotificationstorage.h lloutfitslist.h |