diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-02-13 15:40:21 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-02-13 15:40:21 +0200 |
commit | 2835e77640feb0236e54605f9f80b947c0ac5979 (patch) | |
tree | 7635723167e8b0657020b5467d24954898f6847a /indra/newview/CMakeLists.txt | |
parent | 5c62ea3e0890a3c86280e4808dac5fc5276731ac (diff) |
MAINT-8203 Use the ReadOfflineMsgs cap to fetch IMs after login
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 dff907f714..23337ddbfb 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -345,6 +345,7 @@ set(viewer_SOURCE_FILES llhudview.cpp llimagefiltersmanager.cpp llimhandler.cpp + llimprocessing.cpp llimview.cpp llinspect.cpp llinspectavatar.cpp @@ -966,6 +967,7 @@ set(viewer_HEADER_FILES llhudtext.h llhudview.h llimagefiltersmanager.h + llimprocessing.h llimview.h llinspect.h llinspectavatar.h |