forked from intel/BDTK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
21 lines (21 loc) · 830 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "thirdparty/substrait"]
path = cpp/thirdparty/substrait
url = https://github.com/substrait-io/substrait.git
[submodule "thirdparty/velox"]
path = cpp/thirdparty/velox
url = https://github.com/Intel-bigdata/velox.git
[submodule "thirdparty/rapidjson"]
path = cpp/thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "thirdparty/robin-hood-hashing"]
path = cpp/thirdparty/robin-hood-hashing
url = https://github.com/martinus/robin-hood-hashing.git
[submodule "thirdparty/googletest"]
path = cpp/thirdparty/googletest
url = https://github.com/google/googletest.git
[submodule "thirdparty/duckdb"]
path = cpp/thirdparty/duckdb
url = https://github.com/duckdb/duckdb.git
[submodule "thirdparty/benchmark"]
path = cpp/thirdparty/benchmark
url = https://github.com/google/benchmark.git