diff options
author | Jacek Antonelli | 2009-09-04 01:56:20 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-04 03:39:51 -0500 |
commit | 89a510de10c48ebcf82b98a962e4bf66477dcc93 (patch) | |
tree | d30f79f433badffe36a67fc155e70a0e29dd2dc4 /linden/indra/newview/CMakeLists.txt | |
parent | Backported 1.23 fix for animation joint assertion crash. (diff) | |
download | meta-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.txt | 11 |
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 | ||
436 | set(VIEWER_BINARY_NAME "imprudence-bin" CACHE STRING | 441 | set(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 | ||
839 | source_group("CMake Rules" FILES ViewerInstall.cmake) | 850 | source_group("CMake Rules" FILES ViewerInstall.cmake) |