diff options
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) |