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

Reorder Boost libraries for Linux linker

parent 4a67d99e
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ if(LL_TESTS) ...@@ -58,7 +58,7 @@ if(LL_TESTS)
set_source_files_properties( set_source_files_properties(
lllogin.cpp lllogin.cpp
PROPERTIES PROPERTIES
LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_COROUTINE_LIBRARY};${BOOST_SYSTEM_LIBRARY}" LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_COROUTINE_LIBRARY};${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_SYSTEM_LIBRARY}"
) )
LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}") LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}")
......
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