-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
21 lines (21 loc) · 894 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "external/cpp_redis/cpp_redis.git"]
path = external/cpp_redis/cpp_redis.git
url = https://github.com/cpp-redis/cpp_redis.git
[submodule "external/nlohmann_json/json.git"]
path = external/nlohmann_json/json.git
url = https://github.com/nlohmann/json.git
[submodule "external/yaml-cpp/yaml-cpp.git"]
path = external/yaml-cpp/yaml-cpp.git
url = https://github.com/jbeder/yaml-cpp.git
[submodule "external/pybind11/pybind11.git"]
path = external/pybind11/pybind11.git
url = https://github.com/pybind/pybind11.git
[submodule "external/Catch2/Catch2.git"]
path = external/Catch2/Catch2.git
url = https://github.com/catchorg/Catch2.git
[submodule "external/doctest/doctest.git"]
path = external/doctest/doctest.git
url = https://github.com/onqtam/doctest.git
[submodule "external/Eigen3/eigen.git"]
path = external/Eigen3/eigen.git
url = https://gitlab.com/libeigen/eigen.git