mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 18:12:31 +00:00
Fix campaignd missing libcrypto for CMake/clang
This commit is contained in:
parent
8953f2aa0f
commit
383530383a
@ -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}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user