UPDATE: change to submodule for protobuf and zmq libs

This commit is contained in:
Henry Winkel
2023-11-07 10:22:14 +01:00
parent 36bd28620d
commit e41cbd8a82
3414 changed files with 2325 additions and 1038133 deletions

17
.gitmodules vendored
View File

@@ -1,8 +1,9 @@
[submodule "libs/protobuf/third_party/googletest"]
path = libs/protobuf/third_party/googletest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "libs/protobuf/third_party/benchmark"]
path = libs/protobuf/third_party/benchmark
url = https://github.com/google/benchmark.git
[submodule "protobuf"]
path = libs/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "libs/libzmq"]
path = libs/libzmq
url = https://github.com/zeromq/libzmq.git
[submodule "libs/cppzmq"]
path = libs/cppzmq
url = https://github.com/zeromq/cppzmq.git