From a662befd352bddeb9d7d10c803c561d58555792a Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 4 Jun 2023 15:50:04 -0700 Subject: [PATCH] copy submodules from ctranslate2 to root proj --- .gitmodules | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 17f7250..eb5abff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,18 @@ -[submodule "crates/ctranslate2-bindings/CTranslate2"] - path = crates/ctranslate2-bindings/CTranslate2 - url = https://github.com/OpenNMT/CTranslate2.git +[submodule "third_party/cxxopts"] + path = crates/ctranslate2-bindings/ctranslate2/third_party/cxxopts + url = https://github.com/jarro2783/cxxopts.git +[submodule "third_party/thrust"] + path = crates/ctranslate2-bindings/ctranslate2/third_party/thrust + url = https://github.com/NVIDIA/thrust.git +[submodule "third_party/googletest"] + path = crates/ctranslate2-bindings/ctranslate2/third_party/googletest + url = https://github.com/google/googletest.git +[submodule "third_party/cpu_features"] + path = crates/ctranslate2-bindings/ctranslate2/third_party/cpu_features + url = https://github.com/google/cpu_features.git +[submodule "third_party/spdlog"] + path = crates/ctranslate2-bindings/ctranslate2/third_party/spdlog + url = https://github.com/gabime/spdlog.git +[submodule "third_party/ruy"] + path = crates/ctranslate2-bindings/ctranslate2/third_party/ruy + url = https://github.com/google/ruy.git