diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-12 18:49:07 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-12 18:49:07 -0800 |
commit | 5df9d52d48b56a5d8f36a45ced0393c99473f536 (patch) | |
tree | 7349174bd3ecb3b55a21dc8ce594196fba66cf9c /indra/newview/CMakeLists.txt | |
parent | 5b827d58f6fe511fa75e67ae3fe861e5e99858ac (diff) |
CHUI-499: Refactoring the persistent notification storage so that I can reuse the functionality for do-not-disturb mode.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | 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 c9176d71fb..da1d96414b 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -448,6 +448,7 @@ set(viewer_SOURCE_FILES llpathfindingobject.cpp llpathfindingobjectlist.cpp llpathfindingpathtool.cpp + llpersistentnotificationstorage.cpp llphysicsmotion.cpp llphysicsshapebuilderutil.cpp llplacesinventorybridge.cpp @@ -1021,6 +1022,7 @@ set(viewer_HEADER_FILES llpathfindingobject.h llpathfindingobjectlist.h llpathfindingpathtool.h + llpersistentnotificationstorage.h llphysicsmotion.h llphysicsshapebuilderutil.h llplacesinventorybridge.h |