Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 345 Bytes

cmake-curl-example

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 ./