Bintray | Linux/macOS |
---|---|
Conan Recipe for Folly
Folly (acronymed loosely after Facebook Open Source Library) is a library of C 14 components.
The packages generated with conanfile from this repository can be found on Bintray.
$ conan remote add conan-morheit https://api.bintray.com/conan/morheit/conan
$ conan install folly/2019.11.11.00@morheit/stable
For project setup specify the package in your conanfile.txt
[requires]
folly/2019.11.11.00@morheit/stable
[generators]
cmake