zpl-c / cmake-curl-example

A cross-platform example on how to build curl with openssl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A cross-platform example on how to build curl with openssl


Languages

Language:CMake 67.8%Language:C++ 32.2%