bincrafters-config

A general Conan configuration for any Bincrafter project.

MIT License

Stars
9
Committers
3

Conan Config

A general Conan configuration for any Bincrafter project.

Introduction

Conan config was released on Conan 0.27.0 providing the option to distribute and share remotes, profiles, settings.

[Webinar] Developing C/C++ packages with Conan: new features

This project is a default template for remotes and profiles. Anyone is able to use and contribute.

install

To apply this template in your current environment:

$ conan config install https://github.com/bincrafters/conan-config.git

Local customization

E.g If you want to set libcxx on profile linux-gcc54-amd64:

$ conan config set compiler.libcxx=libstdc++11 linux-gcc54-amd64

Contributing

If you want to contribute, please, create a fork or branch and submit a new PR.

LICENSE

MIT