mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-21 01:42:29 +00:00
bit of cmake fuckery
This commit is contained in:
@@ -1270,6 +1270,9 @@ endif()
|
||||
if (TARGET OpenSSL::SSL)
|
||||
target_sources(core PRIVATE hle/service/ssl/ssl_backend_openssl.cpp)
|
||||
target_link_libraries(core PRIVATE OpenSSL::SSL OpenSSL::Crypto)
|
||||
if (NOT IOS)
|
||||
target_compile_definitions(core PRIVATE CPPHTTPLIB_OPENSSL_SUPPORT)
|
||||
endif()
|
||||
else()
|
||||
target_sources(core PRIVATE hle/service/ssl/ssl_backend_none.cpp)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user