-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 787 Bytes
/
Copy path.gitmodules
File metadata and controls
27 lines (27 loc) · 787 Bytes
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
26
27
[submodule "ext/bqn"]
path = ext/bqn
url = https://github.com/mlochbaum/BQN
branch = master
[submodule "ext/spdlog"]
path = ext/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.x
[submodule "ext/cbqn"]
path = ext/cbqn
url = https://github.com/dzaima/CBQN.git
branch = master
[submodule "ext/doctest"]
path = ext/doctest
url = https://github.com/onqtam/doctest.git
[submodule "ext/utfcpp"]
path = ext/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "ext/filesystem"]
path = ext/filesystem
url = https://github.com/gulrak/filesystem.git
[submodule "ext/bqn-libs"]
path = ext/bqn-libs
url = https://github.com/mlochbaum/bqn-libs.git
[submodule "ext/cpp-subprocess"]
path = ext/cpp-subprocess
url = https://github.com/tsaarni/cpp-subprocess.git