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
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
+4
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)
Vendored Submodule
+1
Submodule externals/oaknut added at 918bd94f02