mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-21 21:26:11 +01:00
cmake: prefer system oaknut
This commit is contained in:
parent
2ee3eacd01
commit
1e1ba4e0c2
3 changed files with 19 additions and 10 deletions
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
|
|
@ -41,7 +41,11 @@ endif()
|
|||
# oaknut
|
||||
|
||||
if (NOT TARGET merry::oaknut)
|
||||
add_subdirectory(oaknut)
|
||||
if ("arm64" IN_LIST ARCHITECTURE)
|
||||
add_subdirectory(oaknut)
|
||||
elseif (DYNARMIC_TESTS)
|
||||
add_subdirectory(oaknut EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# robin-map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue