try
Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
parent
1e16dace99
commit
23d26dff08
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue