UPDATE: change to submodule for protobuf and zmq libs
This commit is contained in:
17
.gitmodules
vendored
17
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user