diff options
author | Karl Stiefvater (qarl) <qarl@lindenlab.com> | 2009-12-23 14:40:48 -0600 |
---|---|---|
committer | Karl Stiefvater (qarl) <qarl@lindenlab.com> | 2009-12-23 14:40:48 -0600 |
commit | 512a5736dceb1cc6db286e5f5baad867ac7a5935 (patch) | |
tree | 1f1d3561b0ec7ba0baf172e4bba8b83a77e99aa9 /indra/newview | |
parent | a0802dd33996df650a473577fc75bf8276f0d20b (diff) |
LODs for scene upload
Diffstat (limited to 'indra/newview')
-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 193109e9f4..cae426e37b 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -285,6 +285,7 @@ set(viewer_SOURCE_FILES llmemoryview.cpp llmenucommands.cpp llmeshrepository.cpp + llmeshreduction.cpp llmetricperformancetester.cpp llmimetypes.cpp llmorphview.cpp @@ -796,6 +797,7 @@ set(viewer_HEADER_FILES llmemoryview.h llmenucommands.h llmeshrepository.h + llmeshreduction.h llmetricperformancetester.h llmimetypes.h llmorphview.h |