mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-19 17:57:49 -05:00
Core/HW: Add cpp-ipc submodule.
The last official release is, at the time of writing, almost two years old. The latest development snapshot (updated ~2 months ago) will be used.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -114,6 +114,10 @@
|
||||
path = Externals/pugixml/pugixml
|
||||
url = https://github.com/zeux/pugixml.git
|
||||
shallow = true
|
||||
[submodule "Externals/cpp-ipc/cpp-ipc"]
|
||||
path = Externals/cpp-ipc/cpp-ipc
|
||||
url = https://github.com/mutouyun/cpp-ipc.git
|
||||
shallow = true
|
||||
[submodule "Externals/cpp-optparse/cpp-optparse"]
|
||||
path = Externals/cpp-optparse/cpp-optparse
|
||||
url = https://github.com/weisslj/cpp-optparse.git
|
||||
|
||||
Reference in New Issue
Block a user