-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 820 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/atomic_queue"]
path = third_party/atomic_queue
url = https://github.com/max0x7ba/atomic_queue.git
[submodule "third_party/liburing"]
path = third_party/liburing
url = https://github.com/axboe/liburing.git
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark.git
[submodule "third_party/rust_echo_bench"]
path = third_party/rust_echo_bench
url = https://github.com/haraldh/rust_echo_bench.git
[submodule "third_party/FlameGraph"]
path = third_party/FlameGraph
url = https://github.com/brendangregg/FlameGraph.git