generated from tlemane/cpp-app-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
24 lines (24 loc) · 839 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
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = https://github.com/google/googletest
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog
[submodule "thirdparty/xxhash"]
path = thirdparty/xxhash
url = https://github.com/stbrumme/xxhash
[submodule "thirdparty/zstr"]
path = thirdparty/zstr
url = https://github.com/mateidavid/zstr
[submodule "thirdparty/robinHoodHashing"]
path = thirdparty/robinHoodHashing
url = https://github.com/martinus/robin-hood-hashing
[submodule "thirdparty/cxxopts"]
path = thirdparty/cxxopts
url = https://github.com/jarro2783/cxxopts
[submodule "thirdparty/json"]
path = thirdparty/json
url = https://github.com/nlohmann/json
[submodule "thirdparty/argparse"]
path = thirdparty/argparse
url = https://github.com/p-ranav/argparse