diff options
author | Fabio Maciel <6810827+fabiomaciel@users.noreply.github.com> | 2022-12-07 17:49:43 -0300 |
---|---|---|
committer | Fabio Maciel <6810827+fabiomaciel@users.noreply.github.com> | 2022-12-07 17:49:43 -0300 |
commit | 3b62cccc277e1e2bc465528a7b9a06e8ee09629f (patch) | |
tree | a97ef67c6b88923c459ff981e0fc45262592422b /.gitmodules | |
parent | d9e4bcd542f3efe97e6b8951ee47f10c223a6bf3 (diff) | |
parent | 394ffe17766082c6895208f3fc5710a53cb4f01f (diff) |
Merge remote-tracking branch 'johnny/master'
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a1d1dca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "third_party/munit"] + path = third_party/munit + url = git@github.com:nemequ/munit.git + branch = v0.2.0 |