fixed "undefined reference" for boost::system library

release-v0.4.0.1
Ilya Kitaev 8 years ago
parent 62606f11f5
commit 7df2baf6b0

@ -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")

Loading…
Cancel
Save