first branch commit

This commit is contained in:
Henry Winkel
2022-11-10 14:43:26 +01:00
parent 4e4fdb5b23
commit 2d077f4ff4
2 changed files with 15 additions and 1 deletions

14
.gitmodules vendored Normal file
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

View File

@@ -20,7 +20,7 @@ namespace WHISPER
{ {
// Add datatypes here // Add datatypes here
class whispercomm{ class whispercomm{