diff options
author | TheLastRar <TheLastRar@users.noreply.github.com> | 2022-10-26 01:44:30 +0100 |
---|---|---|
committer | TheLastRar <TheLastRar@users.noreply.github.com> | 2022-11-03 21:35:28 +0000 |
commit | 6d4efc04434a5aa6e48b537f2fb19f58a02d6161 (patch) | |
tree | bbab3ef1456605f01e9a633c78345b4b15190aed | |
parent | e2e6d000644053d556347936ae46d1c0885199a4 (diff) | |
download | PrismLauncher-6d4efc04434a5aa6e48b537f2fb19f58a02d6161.tar.gz PrismLauncher-6d4efc04434a5aa6e48b537f2fb19f58a02d6161.tar.bz2 PrismLauncher-6d4efc04434a5aa6e48b537f2fb19f58a02d6161.zip |
Libraries: Add zlib
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | libraries/zlib | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8d034354..68fb2864 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "libraries/libnbtplusplus"] path = libraries/libnbtplusplus url = https://github.com/PrismLauncher/libnbtplusplus.git +[submodule "libraries/zlib"] + path = libraries/zlib + url = https://github.com/madler/zlib.git diff --git a/libraries/zlib b/libraries/zlib new file mode 160000 +Subproject 04f42ceca40f73e2978b50e93806c2a18c1281f |