revert FIX: issue with the include of lib-abseil
This commit is contained in:
Henry Winkel
2022-12-19 16:11:59 +00:00
parent 2ddfdead59
commit 4a79559129
2 changed files with 28 additions and 0 deletions

14
.gitmodules vendored
View File

@@ -0,0 +1,14 @@
[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/abseil-cpp"]
path = libs/protobuf/third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
branch = lts_2022_06_23
[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