diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 08:04:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 08:04:49 +0200 |
commit | b9de1c45639241d5c8ee3c9e176d6adc36bc71b6 (patch) | |
tree | 58a7ae1a18968303c1fb12b85e0f1d80e7d27345 | |
parent | ac6ec70cfbaaef7e8045b7c33d5d1bcc96e90565 (diff) |
Add libbpkg submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | libbpkg | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9b765bc..29220c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "build2"] path = build2 url = ../build2.git +[submodule "libbpkg"] + path = libbpkg + url = ../libbpkg.git diff --git a/libbpkg b/libbpkg new file mode 160000 +Subproject 0103e8a96182ad12b3b98629ffe295a706ddcb6 |