mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 20:26:41 +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
|
||||
wesnoth-core
|
||||
${server-external-libs}
|
||||
${CRYPTO_LIBRARY}
|
||||
${Boost_RANDOM_LIBRARY}
|
||||
${LIBRT}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user