FIX: fixed .gitmodules

This commit is contained in:
Henry Winkel
2022-12-20 10:13:57 +01:00
parent 1e2b3dda7b
commit 7cc270bf09

14
.gitmodules vendored
View File

@@ -2,13 +2,7 @@
path = libs/protobuf/third_party/googletest path = libs/protobuf/third_party/googletest
url = https://github.com/google/googletest.git url = https://github.com/google/googletest.git
ignore = dirty ignore = dirty
[submodule "libs/protobuf/third_party/abseil-cpp"]
path = libs/protobuf/third_party/abseil-cpp [submodule "libs/protobuf/third_party/benchmark"]
url = https://github.com/abseil/abseil-cpp.git path = libs/protobuf/third_party/benchmark
branch = lts_2022_06_23 url = https://github.com/google/benchmark.git
[submodule "libs/protobuf/third_party/jsoncpp"]
path = libs/protobuf/third_party/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "third_party/utf8_range"]
path = third_party/utf8_range
url = https://github.com/protocolbuffers/utf8_range.git