From 2d077f4ff4d8e2149f9569064f9c6d7018e8a5f4 Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Thu, 10 Nov 2022 14:43:26 +0100 Subject: [PATCH] first branch commit --- .gitmodules | 14 ++++++++++++++ include/WHISPER/whisper.hpp | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f97c8e5 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/include/WHISPER/whisper.hpp b/include/WHISPER/whisper.hpp index 6feba27..c5c69f1 100644 --- a/include/WHISPER/whisper.hpp +++ b/include/WHISPER/whisper.hpp @@ -20,7 +20,7 @@ namespace WHISPER { // Add datatypes here class whispercomm{ - +