added zlib to submodules. Added build and link zlib, libssh in CMakeLists.txt

This commit is contained in:
vladimir.kuznetsov 2022-12-06 18:17:10 +03:00
parent a87610c856
commit 3742583508
5 changed files with 15 additions and 5 deletions

3
.gitmodules vendored
View file

@ -28,3 +28,6 @@
[submodule "client/3rd/libssh"]
path = client/3rd/libssh
url = https://git.libssh.org/projects/libssh.git/
[submodule "client/3rd/zlib"]
path = client/3rd/zlib
url = https://github.com/madler/zlib.git