diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-17 12:33:23 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-17 12:33:23 -0400 |
commit | f0bc8a0f71f6cb473718bd5b4079f07d1d37add1 (patch) | |
tree | 7f1976849eb72e5d71798e936cb0518994872ee5 /indra/integration_tests/llimage_libtest | |
parent | f368c858cdf005ea37d467c2737c3cf88568f1a6 (diff) |
convert tabs to spaces where they are forbidden
Diffstat (limited to 'indra/integration_tests/llimage_libtest')
-rw-r--r-- | indra/integration_tests/llimage_libtest/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/integration_tests/llimage_libtest/CMakeLists.txt b/indra/integration_tests/llimage_libtest/CMakeLists.txt index a687e60610..af5c9fb2e7 100644 --- a/indra/integration_tests/llimage_libtest/CMakeLists.txt +++ b/indra/integration_tests/llimage_libtest/CMakeLists.txt @@ -59,15 +59,15 @@ endif (DARWIN) # Libraries on which this application depends on # Sort by high-level to low-level target_link_libraries(llimage_libtest - ${LLCOMMON_LIBRARIES} - ${LLVFS_LIBRARIES} + ${LLCOMMON_LIBRARIES} + ${LLVFS_LIBRARIES} ${LLIMAGE_LIBRARIES} ${LLKDU_LIBRARIES} ${KDU_LIBRARY} ${LLIMAGEJ2COJ_LIBRARIES} ${OS_LIBRARIES} ) - + if (DARWIN) # Path inside the app bundle where we'll need to copy libraries set(LLIMAGE_LIBTEST_DESTINATION_DIR |