-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
27 lines (27 loc) · 970 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
[submodule "third-party/duckdb"]
path = third-party/duckdb
url = https://github.com/duckdb/duckdb
[submodule "third-party/fmt"]
path = .third-party/fmt
url = https://github.com/fmtlib/fmt
[submodule "third-party/json"]
path = .third-party/json
url = https://github.com/nlohmann/json
[submodule "third-party/sqlitecpp"]
path = .third-party/sqlitecpp
url = https://github.com/SRombauts/SQLiteCpp
[submodule "third-party/spdlog"]
path = .third-party/spdlog
url = https://github.com/gabime/spdlog
[submodule "third-party/dbg-macro"]
path = .third-party/dbg-macro
url = https://github.com/sharkdp/dbg-macro
[submodule "third-party/backward-cpp"]
path = .third-party/backward-cpp
url = https://github.com/bombela/backward-cpp
[submodule ".third-party/uWebSockets"]
path = .third-party/uWebSockets
url = https://github.com/velzie/uWebSockets-1.0
[submodule ".third-party/cpptrace"]
path = .third-party/cpptrace
url = https://github.com/jeremy-rifkin/cpptrace