Collection of conan recipes both locally and vetted from conan-io/center
https://mirrors.emzeat.de/repository/conan/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
build@d0ff56e4d3 | 2 months ago | |
demos | 2 months ago | |
recipes | 2 months ago | |
.clang-format | 6 months ago | |
.clang-tidy | 6 months ago | |
.drone.yml | 6 months ago | |
.gitignore | 2 months ago | |
.gitmodules | 8 months ago | |
.pre-commit-config.yaml | 6 months ago | |
CMakeLists.txt | 2 months ago | |
README.md | 6 months ago | |
conanfile.py | 2 months ago | |
create_packages.py | 2 months ago |
README.md
Conan Recipes
This is a repository used for vetting conan recipes for use across the different projects and platforms supported.
Recipes get pulled directly from conan.io/center whenever possible but some of them have been forked when issues have been found and upstreaming of fixes for these is still ongoing.
Using these recipes
In order to use these recipes just add our local conan mirror to your list of conan remotes:
conan remote add emzeat https://mirrors.emzeat.de/repository/conan
Please resort to the conan documentation at https://docs.conan.io for further detail.