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:
cristian64
2025-08-09 14:27:25 +01:00
parent 509584d3d3
commit 92a2018934
3 changed files with 7 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -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