diff options
author | Cho <cho@lindenlab.com> | 2014-06-19 01:53:27 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-06-19 01:53:27 +0100 |
commit | 90262889c6f559492a6f245cc389594f868a93ae (patch) | |
tree | a962e71a06418fe8a68b220d78750758a73489a2 /indra/newview/CMakeLists.txt | |
parent | 03abd8dc2033c9166d618c9171975f1dc1d4aaa9 (diff) |
Added list of experiences to group profile floater for ACME-1525
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 453669aca1..80981d04bd 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -413,6 +413,7 @@ set(viewer_SOURCE_FILES llpanelface.cpp llpanelgenerictip.cpp llpanelgroup.cpp + llpanelgroupexperiences.cpp llpanelgroupgeneral.cpp llpanelgroupinvite.cpp llpanelgrouplandmoney.cpp @@ -1007,6 +1008,7 @@ set(viewer_HEADER_FILES llpanelface.h llpanelgenerictip.h llpanelgroup.h + llpanelgroupexperiences.h llpanelgroupgeneral.h llpanelgroupinvite.h llpanelgrouplandmoney.h |