diff options
author | Richard Linden <none@none> | 2012-07-02 18:01:37 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-02 18:01:37 -0700 |
commit | 86471b92a0bad3a0453b7f942c8490ecd4182070 (patch) | |
tree | 1ec43b787a6fb8974e688b9b4835d289b59b6563 /indra/newview/CMakeLists.txt | |
parent | f22e5df8b6890aab659916361d42479ca3825be9 (diff) | |
parent | 1bd52dfbdc3607bbd9ea86c715ce63b17d5a557f (diff) |
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index e67089c4de..64bc70da58 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -255,6 +255,8 @@ set(viewer_SOURCE_FILES llfloaterworldmap.cpp llfolderview.cpp llfolderviewitem.cpp + llfolderviewmodel.cpp + llfolderviewmodelinventory.cpp llfollowcam.cpp llfriendcard.cpp llgesturelistener.cpp @@ -812,7 +814,8 @@ set(viewer_HEADER_FILES llfloaterwindowsize.h llfloaterworldmap.h llfolderview.h - llfoldervieweventlistener.h + llfolderviewmodel.h + llfolderviewmodelinventory.h llfolderviewitem.h llfollowcam.h llfriendcard.h |