diff options
author | Bradley Payne <vir@lindenlab.com> | 2009-09-10 18:42:19 +0000 |
---|---|---|
committer | Bradley Payne <vir@lindenlab.com> | 2009-09-10 18:42:19 +0000 |
commit | 73d152093dd5bb31ad264afdd3dc8e283dff49e3 (patch) | |
tree | f69a7b99e675affb4bd4b3cab248b425caaf5566 /indra/newview/CMakeLists.txt | |
parent | 3dfa1e4ab9da0d2a5d48ea771877fc16fdd73ad5 (diff) |
For DEV-34223: Avatar Pipeline Project - M6 (Current Outfit Folder, Appearance Side Panel) - brought merge branch changes from avatar-pipeline/viewer-2.0.0-3_cwf-7_merge into viewer-2.0.0-3.
svn merge -r132878:132947 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/viewer-2.0.0-3_cwf-7_merge
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 321a238f70..96aace9e2d 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -74,6 +74,7 @@ set(viewer_SOURCE_FILES llagentui.cpp llagentwearables.cpp llanimstatelabels.cpp + llappearancemgr.cpp llappviewer.cpp llassetuploadresponders.cpp llassetuploadqueue.cpp @@ -532,6 +533,7 @@ set(viewer_HEADER_FILES llassetuploadresponders.h llassetuploadqueue.h llaudiosourcevo.h + llappearancemgr.h llavataractions.h llavatariconctrl.h llavatarlist.h |