/conan-cosmetic-templates

Templates for files to be placed next to a conanfile in a recipe repo

Primary LanguagePythonMIT LicenseMIT

conan-

conan-<name> image

Download Build Status Build status

Conan.io package for project.

The packages generated with this conanfile.py can be found in Bintray.

Basic setup

$ conan install <name>/<version>@conan/stable

Project setup

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

[requires]
<name>/<version>@conan/stable

[generators]
txt
cmake

License

MIT License