dynarmic: Add new submodule.

This commit is contained in:
bunnei 2016-09-01 23:00:15 -04:00
parent 8410e7891c
commit 1ea1affe0a
3 changed files with 17 additions and 10 deletions

23
.gitmodules vendored
View File

@ -1,15 +1,18 @@
[submodule "inih"]
path = externals/inih/inih
url = https://github.com/svn2github/inih
path = externals/inih/inih
url = https://github.com/svn2github/inih
[submodule "boost"]
path = externals/boost
url = https://github.com/citra-emu/ext-boost.git
path = externals/boost
url = https://github.com/citra-emu/ext-boost.git
[submodule "nihstro"]
path = externals/nihstro
url = https://github.com/neobrain/nihstro.git
path = externals/nihstro
url = https://github.com/neobrain/nihstro.git
[submodule "soundtouch"]
path = externals/soundtouch
url = https://github.com/citra-emu/ext-soundtouch.git
path = externals/soundtouch
url = https://github.com/citra-emu/ext-soundtouch.git
[submodule "catch"]
path = externals/catch
url = https://github.com/philsquared/Catch.git
path = externals/catch
url = https://github.com/philsquared/Catch.git
[submodule "dynarmic"]
path = externals/dynarmic
url = https://github.com/MerryMage/dynarmic.git

View File

@ -226,6 +226,9 @@ set(INI_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/inih")
include_directories(${INI_PREFIX})
add_subdirectory(${INI_PREFIX})
option(DYNARMIC_TESTS OFF)
add_subdirectory(externals/dynarmic)
add_subdirectory(externals/glad)
include_directories(externals/microprofile)
include_directories(externals/nihstro/include)

1
externals/dynarmic vendored Submodule

@ -0,0 +1 @@
Subproject commit 943487eceed82fbae016c333dc9fe33981e69aa8