Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
crueter 2025-08-13 01:40:04 -04:00
parent 1e16dace99
commit 23d26dff08
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -23,4 +23,8 @@ if (ARCHITECTURE_arm64)
target_link_libraries(yuzu-android PRIVATE adrenotools)
endif()
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} yuzu-android)
if (ENABLE_OPENSSL OR ENABLE_WEB_SERVICE)
target_link_libraries(yuzu-android PRIVATE OpenSSL::SSL cpp-jwt::cpp-jwt)
endif()
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} yuzu-android)