externals: Add oaknut submodule

This commit is contained in:
GPUCode 2023-11-17 22:06:37 +02:00 committed by t895
parent 15331c2a60
commit 2e02efbdd0
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View file

@ -61,3 +61,6 @@
[submodule "simpleini"]
path = externals/simpleini
url = https://github.com/brofield/simpleini.git
[submodule "oaknut"]
path = externals/oaknut
url = https://github.com/merryhime/oaknut

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)

1
externals/oaknut vendored Submodule

@ -0,0 +1 @@
Subproject commit 918bd94f025d6a2de13978468351598997ae3909