diff options
| author | Richard Nelson <richard@lindenlab.com> | 2011-08-22 11:34:03 -0700 | 
|---|---|---|
| committer | Richard Nelson <richard@lindenlab.com> | 2011-08-22 11:34:03 -0700 | 
| commit | c8712fb180aedf84dc48ade636ec0aae8d905bf7 (patch) | |
| tree | 650770bf474753a7fe939fdce02c135f9ebe8538 | |
| parent | a3b914e0646d82f8ab7b3fcc8b6d5c9187bab8bd (diff) | |
converted tabs to spaces
| -rw-r--r-- | indra/newview/CMakeLists.txt | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 328cbf3936..0e36b787a2 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1734,7 +1734,7 @@ endif (WINDOWS)  # that they depend upon. -brad  target_link_libraries(${VIEWER_BINARY_NAME}      ${UPDATER_LIBRARIES} -	${GOOGLE_PERFTOOLS_LIBRARIES} +    ${GOOGLE_PERFTOOLS_LIBRARIES}      ${LLAUDIO_LIBRARIES}      ${LLCHARACTER_LIBRARIES}      ${LLIMAGE_LIBRARIES} @@ -1796,15 +1796,15 @@ if (LINUX)    set(product SecondLife-${ARCH}-${viewer_VERSION})    # These are the generated targets that are copied to package/ -  set(COPY_INPUT_DEPENDENCIES -	${VIEWER_BINARY_NAME} -	linux-crash-logger -	linux-updater -	SLPlugin -	media_plugin_webkit -	media_plugin_gstreamer010 -	llcommon -	) +  set(COPY_INPUT_DEPENDENCIES  +    ${VIEWER_BINARY_NAME} +    linux-crash-logger +    linux-updater +    SLPlugin +    media_plugin_webkit +    media_plugin_gstreamer010 +    llcommon +    )    add_custom_command(        OUTPUT ${product}.tar.bz2 @@ -2063,12 +2063,12 @@ if (LL_TESTS)      )    LL_ADD_INTEGRATION_TEST(llsimplestat -	"" +    ""      "${test_libs}"      )    LL_ADD_INTEGRATION_TEST(llviewerassetstats -	llviewerassetstats.cpp +    llviewerassetstats.cpp      "${test_libs}"      ) | 
