-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 941 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "deps/Eigen"]
path = deps/Eigen
url = [email protected]:eigenteam/eigen-git-mirror.git
[submodule "deps/googletest"]
path = deps/googletest
url = [email protected]:google/googletest.git
[submodule "deps/uWebSockets"]
path = deps/uWebSockets
url = [email protected]:uNetworking/uWebSockets.git
[submodule "deps/json"]
path = deps/json
url = [email protected]:nlohmann/json.git
[submodule "deps/CSVWriter"]
path = deps/CSVWriter
url = [email protected]:al-eax/CSVWriter.git
[submodule "deps/matplotlibcpp"]
path = deps/matplotlibcpp
url = [email protected]:lava/matplotlib-cpp.git
[submodule "deps/cppcodec"]
path = deps/cppcodec
url = [email protected]:tplgy/cppcodec.git
[submodule "deps/spline"]
path = deps/spline
url = [email protected]:ttk592/spline.git
[submodule "deps/fmt"]
path = deps/fmt
url = [email protected]:fmtlib/fmt.git
[submodule "deps/tl-optional"]
path = deps/tl-optional
url = [email protected]:TartanLlama/optional.git