diff options
author | David Robillard <d@drobilla.net> | 2020-12-19 22:07:41 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-28 21:57:29 -0500 |
commit | 2c5bee49b4494e172c4fa147af91bad199ed9362 (patch) | |
tree | fa98f5b0dfad2aa5f789565f5a49b92f6484b162 /.gitmodules | |
parent | 046f7307653a233199ed4215a1e535b598566374 (diff) | |
download | serd-2c5bee49b4494e172c4fa147af91bad199ed9362.tar.gz serd-2c5bee49b4494e172c4fa147af91bad199ed9362.tar.bz2 serd-2c5bee49b4494e172c4fa147af91bad199ed9362.zip |
Add rerex subproject
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3f314507..047718a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,10 @@ path = subprojects/exess url = ../exess.git +[submodule "subprojects/rerex"] + path = subprojects/rerex + url = ../rerex.git + [submodule "subprojects/zix"] path = subprojects/zix url = ../zix.git |