diff options
| author | ruki <[email protected]> | 2022-05-08 16:12:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-08 16:12:23 +0800 |
| commit | 3f71b1b0fd695d44de7c9f9b3b95c14a795a1ec4 (patch) | |
| tree | f970f6cd679d66482a4f42bf434dc1e77e662c7a /.gitmodules | |
| parent | 9ffc16b9f9dbe8e01a6881435469630558c319bf (diff) | |
add lz4
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4e2703e2b..3f4327fcf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "core/src/lua/lua"] path = core/src/lua/lua url = ../../xmake-io/xmake-core-lua.git +[submodule "core/src/lz4/lz4"] + path = core/src/lz4/lz4 + url = ../../xmake-io/xmake-core-lz4.git |
