-
Notifications
You must be signed in to change notification settings - Fork 95
/
.gitmodules
21 lines (21 loc) · 774 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "cpp/third_party/pybind11"]
path = cpp/third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "cpp/third_party/lmdb"]
path = cpp/third_party/lmdb
url = https://github.com/LMDB/lmdb.git
[submodule "cpp/third_party/lmdbxx"]
path = cpp/third_party/lmdbxx
url = https://github.com/bendiken/lmdbxx.git
[submodule "cpp/third_party/recycle"]
path = cpp/third_party/recycle
url = https://github.com/steinwurf/recycle.git
[submodule "cpp/third_party/rapidcheck"]
path = cpp/third_party/rapidcheck
url = https://github.com/emil-e/rapidcheck.git
[submodule "cpp/vcpkg"]
path = cpp/vcpkg
url = https://github.com/microsoft/vcpkg.git
[submodule "cpp/third_party/entt"]
path = cpp/third_party/entt
url = https://github.com/skypjack/entt.git