Browse Source
try
Signed-off-by: crueter <crueter@crueter.xyz>
pull/250/head
crueter
7 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
5 additions and
1 deletions
-
src/android/app/src/main/jni/CMakeLists.txt
|
|
@ -23,4 +23,8 @@ if (ARCHITECTURE_arm64) |
|
|
target_link_libraries(yuzu-android PRIVATE adrenotools) |
|
|
target_link_libraries(yuzu-android PRIVATE adrenotools) |
|
|
endif() |
|
|
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) |