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{ - +