Fix campaignd missing libcrypto for CMake/clang

This commit is contained in:
Gregory A Lundberg 2017-06-19 22:18:23 -05:00
parent 8953f2aa0f
commit 383530383a

View File

@ -469,6 +469,7 @@ if(ENABLE_CAMPAIGN_SERVER)
target_link_libraries(campaignd target_link_libraries(campaignd
wesnoth-core wesnoth-core
${server-external-libs} ${server-external-libs}
${CRYPTO_LIBRARY}
${Boost_RANDOM_LIBRARY} ${Boost_RANDOM_LIBRARY}
${LIBRT} ${LIBRT}
) )