diff options
author | Merov Linden <merov@lindenlab.com> | 2012-08-06 18:07:56 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-08-06 18:07:56 -0700 |
commit | 25855962a86331a337c4baff2754c63850605aea (patch) | |
tree | 1d21598182659a3331674abbad608bc115fce006 /indra/newview/CMakeLists.txt | |
parent | 02bdceb5808b670fdb16784f11488c12c09e1b4b (diff) |
CHUI-98 : Isolate LLConversationItem and LLConversationViewModel in their own file
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 626fb8caa5..08325daaab 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -134,6 +134,7 @@ set(viewer_SOURCE_FILES llconversationlog.cpp llconversationloglist.cpp llconversationloglistitem.cpp + llconversationmodel.cpp llcurrencyuimanager.cpp llcylinder.cpp lldateutil.cpp @@ -699,6 +700,7 @@ set(viewer_HEADER_FILES llconversationlog.h llconversationloglist.h llconversationloglistitem.h + llconversationmodel.h llcurrencyuimanager.h llcylinder.h lldateutil.h |