forked from cda-tum/mqt-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
25 lines (25 loc) · 801 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
25
[submodule "extern/json"]
path = extern/json
url = https://github.com/nlohmann/json.git
branch = develop
shallow = true
[submodule "extern/pybind11_json"]
path = extern/pybind11_json
url = https://github.com/pybind/pybind11_json.git
branch = master
shallow = true
[submodule "extern/googletest"]
path = extern/googletest
url = https://github.com/google/googletest.git
branch = main
shallow = true
[submodule "extern/boost/config"]
path = extern/boost/config
url = https://github.com/boostorg/config.git
branch = develop
shallow = true
[submodule "extern/boost/multiprecision"]
path = extern/boost/multiprecision
url = https://github.com/boostorg/multiprecision.git
branch = develop
shallow = true