diff options
author | pommicket <pommicket@gmail.com> | 2023-10-19 11:37:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-19 11:37:56 -0400 |
commit | b61462368b091c0ea1c495e1f17d22ae81b0e163 (patch) | |
tree | 79f13e68ff0ca82a6c436ca32dc1a44a517763f0 /.gitmodules | |
parent | 6c17b62f684981d250ed8300317e3b576393caa1 (diff) |
pcre2 submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b7f5a37 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pcre2"] + path = pcre2 + url = https://github.com/PCRE2Project/pcre2 |