bit of cmake fuckery

This commit is contained in:
lizzie
2026-03-24 22:42:33 +00:00
parent c30a37cd00
commit 7547d2bf7d
8 changed files with 152 additions and 7 deletions
+3
View File
@@ -57,6 +57,9 @@ if (USE_DISCORD_PRESENCE)
if (YUZU_USE_BUNDLED_OPENSSL)
target_link_libraries(qt_common PUBLIC OpenSSL::SSL OpenSSL::Crypto)
if (NOT IOS)
target_compile_definitions(qt_common PRIVATE CPPHTTPLIB_OPENSSL_SUPPORT)
endif()
endif()
target_compile_definitions(qt_common PUBLIC USE_DISCORD_PRESENCE)