You are mixing things: You don't need CMake to compile a simple C program. But for your program to use libssh your first need to compile libssh which project is generated using CMake.
On Thu, Feb 7, 2019 at 1:06 AM Andreas Schneider <[email protected]> wrote: > On Wednesday, February 6, 2019 8:50:54 PM CET Alberto Garcia wrote: > > I just used cmake with openssl(you can get the precompiled libs from here > > https://www.npcglib.org/~stathis/blog/precompiled-openssl/) and zlib (I > > compiled that myself but zlib is optional, you can skip it if you want). > > Our Windows CI machine uses > > vcpkg install openssl zlib > > to compile libssh. > > -- > Andreas Schneider [email protected] > GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D > > > -- Alberto GarcĂa Illera GPG Public Key <https://goo.gl/yshdwh>
