A cross-platform example on how to build curl with openssl
This repo serves as an example library on how to build OpenSSL and link with cURL in CMakeLists without installing any pre-compiled binaries. Tested on MacOS and Windows10.
To build the example project
mkdir build
cd build
cmake ../
cmake --build ./