forked from jacobdufault/cquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 856 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 "third_party/rapidjson"]
path = third_party/rapidjson
url = https://github.com/miloyip/rapidjson
[submodule "third_party/doctest"]
path = third_party/doctest
url = https://github.com/onqtam/doctest
[submodule "third_party/sparsepp"]
path = third_party/sparsepp
url = https://github.com/greg7mdp/sparsepp
[submodule "third_party/loguru"]
path = third_party/loguru
url = https://github.com/emilk/loguru
[submodule "third_party/msgpack-c"]
path = third_party/msgpack-c
url = https://github.com/msgpack/msgpack-c
[submodule "third_party/pugixml"]
path = third_party/pugixml
url = https://github.com/zeux/pugixml
[submodule "third_party/reproc"]
path = third_party/reproc
url = https://github.com/DaanDeMeyer/reproc.git
[submodule "third_party/lib_fts"]
path = third_party/lib_fts
url = https://github.com/forrestthewoods/lib_fts.git