Skip to content

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

Notifications You must be signed in to change notification settings

zpl-c/cmake-curl-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 67.8%
  • C++ 32.2%