diff options
| author | cristian64 <cristian64@gmail.com> | 2025-08-09 14:27:25 +0100 |
|---|---|---|
| committer | cristian64 <cristian64@gmail.com> | 2025-10-28 18:50:58 +0000 |
| commit | 92a201893444790d1ad1125cbb8ea92d18b6064e (patch) | |
| tree | de4883a56d95dd800a34821761935f919e4fbfb7 /.gitmodules | |
| parent | 509584d3d3c8b7a66330d2bdb16e609e20f2dbbf (diff) | |
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.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index deef328f15..b7de90145e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |
