https://github.com/bincrafters/bincrafters-config
A general Conan configuration for any Bincrafter project.
https://github.com/bincrafters/bincrafters-config
bintray conan config
Last synced: 7 months ago
JSON representation
A general Conan configuration for any Bincrafter project.
- Host: GitHub
- URL: https://github.com/bincrafters/bincrafters-config
- Owner: bincrafters
- License: mit
- Created: 2017-10-25T22:14:50.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T20:23:46.000Z (about 4 years ago)
- Last Synced: 2024-10-30T00:55:17.867Z (about 1 year ago)
- Topics: bintray, conan, config
- Homepage:
- Size: 23.4 KB
- Stars: 9
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Conan Config
A general Conan configuration for any Bincrafter project.
### Introduction
[Conan config](https://docs.conan.io/en/latest/reference/commands/consumer/config.html) 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](https://youtu.be/Aey_O86mSfg)
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](LICENSE.txt)