blob: 86337fe360a85134f20c34ba0a76fe187f9e3ad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[submodule "libbutl"]
path = libbutl
url = ../libbutl.git
[submodule "build2"]
path = build2
url = ../build2.git
[submodule "libbpkg"]
path = libbpkg
url = ../libbpkg.git
[submodule "bpkg"]
path = bpkg
url = ../bpkg.git
[submodule "bdep"]
path = bdep
url = ../bdep.git
[submodule "doc/style"]
path = doc/style
url = ../style.git
[submodule "submodules/libbuild2-kconfig"]
path = submodules/libbuild2-kconfig
url = https://github.com/build2/libbuild2-kconfig.git
[submodule "submodules/libbuild2-autoconf"]
path = submodules/libbuild2-autoconf
url = https://github.com/build2/libbuild2-autoconf.git
|