diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-08 04:39:11 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-08 04:39:11 +0000 |
commit | cf7eb79fa7eadd6d76890d2a3f9da905de8f4691 (patch) | |
tree | 81dd407136683d52f30db5ccca2c9cc8c72342d1 /indra/newview/CMakeLists.txt | |
parent | 5f8b94094877730082340dc21ff0162b6177a427 (diff) |
Removed most llappearance -> llui dependencies (LLTrans remains). Moved LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender.
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 21b1512e58..a17a3b11ec 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -304,6 +304,7 @@ set(viewer_SOURCE_FILES llinventorybridge.cpp llinventoryfilter.cpp llinventoryfunctions.cpp + llinventoryicon.cpp llinventoryitemslist.cpp llinventorylistitem.cpp llinventorymodel.cpp @@ -872,6 +873,7 @@ set(viewer_HEADER_FILES llinventorybridge.h llinventoryfilter.h llinventoryfunctions.h + llinventoryicon.h llinventoryitemslist.h llinventorylistitem.h llinventorymodel.h |