mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-21 21:26:11 +01:00
ci: Add Android aarch64 build
This commit is contained in:
parent
c63c134582
commit
71aae99f49
2 changed files with 29 additions and 4 deletions
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
|
@ -14,6 +14,10 @@ if (NOT TARGET Catch2::Catch2)
|
|||
if (DYNARMIC_TESTS)
|
||||
add_library(Catch2::Catch2 INTERFACE IMPORTED GLOBAL)
|
||||
target_include_directories(Catch2::Catch2 INTERFACE catch/include)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
target_link_libraries(Catch2::Catch2 INTERFACE log)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue