Skip to content
Snippets Groups Projects
Commit 80a878a7 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Merge from v-r makes llmath tests need Boost.Thread.

parent 3e4f6d7d
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ project(llmath) ...@@ -4,6 +4,7 @@ project(llmath)
include(00-Common) include(00-Common)
include(LLCommon) include(LLCommon)
include(Boost)
include_directories( include_directories(
${LLCOMMON_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS}
...@@ -118,6 +119,11 @@ if (LL_TESTS) ...@@ -118,6 +119,11 @@ if (LL_TESTS)
v4color.cpp v4color.cpp
v4coloru.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}") LL_ADD_PROJECT_UNIT_TESTS(llmath "${llmath_TEST_SOURCE_FILES}")
# INTEGRATION TESTS # INTEGRATION TESTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment