summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorcallum@lindenlab.com <callum@lindenlab.com>2017-02-13 13:35:06 -0800
committercallum@lindenlab.com <callum@lindenlab.com>2017-02-13 13:35:06 -0800
commit189c0430383aa92fe839d6ed144d916886360407 (patch)
treed2fae98d1f6ac03fdd39151c50b52c971deadf59 /indra/llmath
parent238f9350b8fec05a170ce0cf93e50783b07a5abf (diff)
parenta971909a3429a8944387ede557ed46e939cf0e8f (diff)
Automated merge with lindenlab/viewer64
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llmath/CMakeLists.txt b/indra/llmath/CMakeLists.txt
index fc9bfe7210..4c8bcdac91 100644
--- a/indra/llmath/CMakeLists.txt
+++ b/indra/llmath/CMakeLists.txt
@@ -4,6 +4,7 @@ project(llmath)
include(00-Common)
include(LLCommon)
+include(Boost)
include_directories(
${LLCOMMON_INCLUDE_DIRS}
@@ -118,6 +119,11 @@ if (LL_TESTS)
v4color.cpp
v4coloru.cpp
)
+ set_source_files_properties(
+ ${llmath_TEST_SOURCE_FILES}
+ PROPERTIES
+ LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_THREAD_LIBRARY}"
+ )
LL_ADD_PROJECT_UNIT_TESTS(llmath "${llmath_TEST_SOURCE_FILES}")
# INTEGRATION TESTS