diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-02 19:34:44 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-02 19:34:44 -0700 |
commit | ae4dcb2d1cade521f4cb116e3b7aa79475c38cc6 (patch) | |
tree | 17bf709185cc2e1b052a5e54cb5f5324443cdd8b /indra/newview/CMakeLists.txt | |
parent | 207db356c21246ca9eb1b255b71623b0a5a4d470 (diff) |
created LLSocialList and LLSocialListItem and linked them up to the facebook tab.
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 dff2c04fbc..b303ff3d18 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -483,6 +483,7 @@ set(viewer_SOURCE_FILES llsidetraypanelcontainer.cpp llsky.cpp llslurl.cpp + llsociallist.cpp llspatialpartition.cpp llspeakers.cpp llspeakingindicatormanager.cpp @@ -1050,6 +1051,7 @@ set(viewer_HEADER_FILES llsidetraypanelcontainer.h llsky.h llslurl.h + llsociallist.h llspatialpartition.h llspeakers.h llspeakingindicatormanager.h |