Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 849 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 849 Bytes

Build Status MIT

Conan Folly Example

Folly example using Conan for blog post

How to build

To build this project using cmake:

git clone https://github.com/uilianries/conan-folly-example.git
cd conan-folly-example
mkdir build && cd build
conan install ..
cmake ..
cmake --build .
bin/folly_example

Requirements

  • CMake >=3.1.3
  • C++ compiler with C++14 support (Folly requirement)
  • Conan >=1.9.1

License

MIT