/conan-pistache

Conan.io recipe for library Pistache

Primary LanguagePython

Build Status Build Status

^^^ TODO: Change these images to the ones pointing to CI

conan-pistache

Conan package for Pistache library.

Basic setup

$ conan install pistache/d5608a1@conan/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
pistache/d5608a1@conan/stable

[options]
pistache:shared=True # False

[generators]
cmake

Complete the installation of requirements for your project running:

conan install . 

Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.