aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorJacek Antonelli2009-09-04 01:56:20 -0500
committerJacek Antonelli2009-09-04 03:39:51 -0500
commit89a510de10c48ebcf82b98a962e4bf66477dcc93 (patch)
treed30f79f433badffe36a67fc155e70a0e29dd2dc4 /linden/indra/newview/CMakeLists.txt
parentBackported 1.23 fix for animation joint assertion crash. (diff)
downloadmeta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.zip
meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.gz
meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.bz2
meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.xz
Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch.
Made a few non-functional changes to help it apply.
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r--linden/indra/newview/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index 34aa29f..1fc7549 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -431,6 +431,11 @@ set(viewer_SOURCE_FILES
431 llxmlrpctransaction.cpp 431 llxmlrpctransaction.cpp
432 noise.cpp 432 noise.cpp
433 pipeline.cpp 433 pipeline.cpp
434 rlvhandler.cpp
435 rlvhelper.cpp
436 rlvmultistringsearch.cpp
437 rlvextensions.cpp
438 rlvfloaterbehaviour.cpp
434 ) 439 )
435 440
436set(VIEWER_BINARY_NAME "imprudence-bin" CACHE STRING 441set(VIEWER_BINARY_NAME "imprudence-bin" CACHE STRING
@@ -834,6 +839,12 @@ set(viewer_HEADER_FILES
834 randgauss.h 839 randgauss.h
835 VertexCache.h 840 VertexCache.h
836 VorbisFramework.h 841 VorbisFramework.h
842 rlvevent.h
843 rlvhandler.h
844 rlvhelper.h
845 rlvmultistringsearch.h
846 rlvextensions.h
847 rlvfloaterbehaviour.h
837 ) 848 )
838 849
839source_group("CMake Rules" FILES ViewerInstall.cmake) 850source_group("CMake Rules" FILES ViewerInstall.cmake)