This repository will host all conan package recipes for public projects.
|
1 mēnesi atpakaļ | |
---|---|---|
recipes | 2 mēneši atpakaļ | |
.gitignore | 4 gadi atpakaļ | |
README.md | 1 mēnesi atpakaļ |
This repository hosts conan recipes for Lynar Studios open source projects.
You can download these recipes to use these related packages locally for your project.
For creating a package navigate to the recipes folder and to the specific subfolder of your library and its' associated version.
Then run:
# for recipe caching only
conan create . --build==never
# for building the libraries
conan create .