Return to site

Openssl cmake windows

broken image
broken image
broken image

To see a list of the available generators for your platform, simply run the 'cmake' command. CMake then uses one of its 'Generators' to output a Visual Studio project or Make file for instance. The project settings used by CMake to generate the platform specific build files is called CMakeLists.txt. Libwebsockets has been tested to build successfully on the following platforms with SSL support (for OpenSSL/wolfSSL/BoringSSL): See more info at ĬMake also allows/recommends you to do 'out of source'-builds, that is, the build files are separated from your sources, so there is no need to create elaborate clean scripts to get a clean source tree, instead you simply remove your build directory. CMake is a multi-platform build tool that can generate build files for many different target platforms.

broken image