bit of cmake fuckery

This commit is contained in:
lizzie 2026-03-24 22:42:33 +00:00
parent 8efe7f94ea
commit 50f912f9f3
8 changed files with 181 additions and 11 deletions

View file

@ -23,6 +23,9 @@ if (ENABLE_UPDATE_CHECKER)
update_checker.cpp
update_checker.h)
target_link_libraries(frontend_common PRIVATE OpenSSL::SSL OpenSSL::Crypto)
if (NOT IOS)
target_compile_definitions(frontend_common PUBLIC CPPHTTPLIB_OPENSSL_SUPPORT)
endif()
endif()
create_target_directory_groups(frontend_common)