externals: Add oaknut submodule

This commit is contained in:
GPUCode 2023-11-17 22:06:37 +02:00 committed by t895
parent 9e5f019dee
commit 23749c1a88
3 changed files with 8 additions and 0 deletions

View file

@ -26,6 +26,10 @@ if ((ARCHITECTURE_x86_64 OR ARCHITECTURE_arm64) AND NOT TARGET dynarmic::dynarmi
add_library(dynarmic::dynarmic ALIAS dynarmic)
endif()
if (ARCHITECTURE_arm64 AND NOT TARGET merry::oaknut)
add_subdirectory(oaknut)
endif()
# getopt
if (MSVC)
add_subdirectory(getopt)