fixed "undefined reference" for boost::system library

This commit is contained in:
Ilya Kitaev 2016-03-16 15:33:39 +03:00
parent 62606f11f5
commit 7df2baf6b0

View file

@ -40,7 +40,8 @@ set(crypto_headers
add_executable(crypto-tests
${crypto_sources}
${crypto_headers})
target_link_libraries(crypto-tests)
target_link_libraries(crypto-tests
${Boost_SYSTEM_LIBRARY})
set_property(TARGET crypto-tests
PROPERTY
FOLDER "tests")