aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r--linden/indra/newview/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index 34aa29f..1f7b301 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -431,6 +431,7 @@ set(viewer_SOURCE_FILES
431 llxmlrpctransaction.cpp 431 llxmlrpctransaction.cpp
432 noise.cpp 432 noise.cpp
433 pipeline.cpp 433 pipeline.cpp
434 primbackup.cpp
434 ) 435 )
435 436
436set(VIEWER_BINARY_NAME "imprudence-bin" CACHE STRING 437set(VIEWER_BINARY_NAME "imprudence-bin" CACHE STRING
@@ -831,6 +832,7 @@ set(viewer_HEADER_FILES
831 macmain.h 832 macmain.h
832 noise.h 833 noise.h
833 pipeline.h 834 pipeline.h
835 primbackup.h
834 randgauss.h 836 randgauss.h
835 VertexCache.h 837 VertexCache.h
836 VorbisFramework.h 838 VorbisFramework.h