-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
.gitmodules
27 lines (27 loc) · 1.24 KB
/
.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
26
27
[submodule "third-party/vcpkg"]
path = compiler+runtime/third-party/vcpkg
url = https://github.com/jank-lang/vcpkg.git
[submodule "compiler+runtime/third-party/folly"]
path = compiler+runtime/third-party/folly
url = https://github.com/jank-lang/folly.git
[submodule "compiler+runtime/third-party/bpptree"]
path = compiler+runtime/third-party/bpptree
url = https://github.com/jank-lang/BppTree.git
[submodule "compiler+runtime/third-party/bdwgc"]
path = compiler+runtime/third-party/bdwgc
url = https://github.com/jank-lang/bdwgc.git
[submodule "compiler+runtime/third-party/fmt"]
path = compiler+runtime/third-party/fmt
url = https://github.com/jank-lang/fmt.git
[submodule "compiler+runtime/third-party/immer"]
path = compiler+runtime/third-party/immer
url = https://github.com/jank-lang/immer.git
[submodule "compiler+runtime/third-party/cli11"]
path = compiler+runtime/third-party/cli11
url = https://github.com/jank-lang/CLI11.git
[submodule "compiler+runtime/third-party/libzippp"]
path = compiler+runtime/third-party/libzippp
url = https://github.com/jank-lang/libzippp.git
[submodule "compiler+runtime/third-party/boost-preprocessor"]
path = compiler+runtime/third-party/boost-preprocessor
url = https://github.com/jank-lang/boost-preprocessor.git