diff options
author | Armin Weatherwax | 2010-09-07 13:41:02 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:42:40 +0200 |
commit | 087e15e89930d51c3964329befb273ae3b2d330d (patch) | |
tree | 684c49a772b0097ed88a25660e1fd3dd10b264cc /linden/indra/newview/CMakeLists.txt | |
parent | Robin Cornelius: fixes for building plugins on Linux 64bit (diff) | |
download | meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.zip meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.gz meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.bz2 meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.xz |
port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 texture system
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index e0c6c61..6fd259a 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -329,6 +329,7 @@ set(viewer_SOURCE_FILES | |||
329 | llpolymesh.cpp | 329 | llpolymesh.cpp |
330 | llpolymorph.cpp | 330 | llpolymorph.cpp |
331 | llprefsadvanced.cpp | 331 | llprefsadvanced.cpp |
332 | llpostprocess.cpp | ||
332 | llprefschat.cpp | 333 | llprefschat.cpp |
333 | llprefsim.cpp | 334 | llprefsim.cpp |
334 | llprefsvoice.cpp | 335 | llprefsvoice.cpp |
@@ -359,6 +360,7 @@ set(viewer_SOURCE_FILES | |||
359 | llsurface.cpp | 360 | llsurface.cpp |
360 | llsurfacepatch.cpp | 361 | llsurfacepatch.cpp |
361 | lltexlayer.cpp | 362 | lltexlayer.cpp |
363 | lltextureatlasmanager.cpp | ||
362 | lltexturecache.cpp | 364 | lltexturecache.cpp |
363 | lltexturectrl.cpp | 365 | lltexturectrl.cpp |
364 | lltexturefetch.cpp | 366 | lltexturefetch.cpp |
@@ -777,6 +779,7 @@ set(viewer_HEADER_FILES | |||
777 | llpolymesh.h | 779 | llpolymesh.h |
778 | llpolymorph.h | 780 | llpolymorph.h |
779 | llprefsadvanced.h | 781 | llprefsadvanced.h |
782 | llpostprocess.h | ||
780 | llprefschat.h | 783 | llprefschat.h |
781 | llprefsim.h | 784 | llprefsim.h |
782 | llprefsvoice.h | 785 | llprefsvoice.h |
@@ -809,6 +812,7 @@ set(viewer_HEADER_FILES | |||
809 | llsurfacepatch.h | 812 | llsurfacepatch.h |
810 | lltable.h | 813 | lltable.h |
811 | lltexlayer.h | 814 | lltexlayer.h |
815 | lltextureatlasmanager.h | ||
812 | lltexturecache.h | 816 | lltexturecache.h |
813 | lltexturectrl.h | 817 | lltexturectrl.h |
814 | lltexturefetch.h | 818 | lltexturefetch.h |