Fixup 2 - deleted something I shouldn't have.

This commit is contained in:
Pentarctagon 2021-05-22 20:41:13 -05:00
parent 40cf79a088
commit 90aa7c02ce
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -240,6 +240,7 @@ if(ENABLE_SERVER)
target_link_libraries(wesnothd
wesnoth-common
${common-external-libs}
${MYSQL_LIBS}
OpenSSL::Crypto
OpenSSL::SSL
@ -281,6 +282,7 @@ if(ENABLE_CAMPAIGN_SERVER)
target_link_libraries(
campaignd
wesnoth-common
${common-external-libs}
${MYSQL_LIBS}
OpenSSL::Crypto
OpenSSL::SSL