diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-08-22 11:41:18 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-08-22 11:41:18 -0700 |
commit | 4b2ba7236f4af762faec138d920e90f12d332b06 (patch) | |
tree | db848fd4e714a615c1c1e16d9409016b8f70966a /indra/llvfs | |
parent | 7b09592bf9968dfda5c4cedf4b55e0459e6bd764 (diff) | |
parent | c8712fb180aedf84dc48ade636ec0aae8d905bf7 (diff) |
Merge from viewer-experience
Diffstat (limited to 'indra/llvfs')
-rw-r--r-- | indra/llvfs/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/llvfs/CMakeLists.txt b/indra/llvfs/CMakeLists.txt index 2c581cf8d6..a819d12861 100644 --- a/indra/llvfs/CMakeLists.txt +++ b/indra/llvfs/CMakeLists.txt @@ -83,13 +83,13 @@ if (LL_TESTS) include(LLAddBuildTest) # UNIT TESTS SET(llvfs_TEST_SOURCE_FILES - lldiriterator.cpp - ) + lldiriterator.cpp + ) set_source_files_properties(lldiriterator.cpp - PROPERTIES - LL_TEST_ADDITIONAL_LIBRARIES "${vfs_BOOST_LIBRARIES}" - ) + PROPERTIES + LL_TEST_ADDITIONAL_LIBRARIES "${vfs_BOOST_LIBRARIES}" + ) LL_ADD_PROJECT_UNIT_TESTS(llvfs "${llvfs_TEST_SOURCE_FILES}") # INTEGRATION TESTS |