Files
conan-center-index/docs/package_templates
Uilian Ries 6c01a2b649 (#13093) [templates] Use Conan 1.52.0 feature
* Use Conan 1.52.0 feature

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Fix required version

Signed-off-by: Uilian Ries <uilianries@gmail.com>
2022-09-23 03:04:41 +02:00
..

Package Templates

A brief description about each template available:

Autotools package

It's listed under autotools_package folder. It fits projects which use autotools or make to be built.

CMake package

It's listed under cmake_package folder. It fits projects which use CMake to be built.

Header only

It's listed under header_only folder. It fits projects which only copy header and have the same package ID always.

MSBuild package

It's listed under msbuild_package folder. It fits projects which use msbuild to be built.

Prebuilt tool package

It's listed under prebuilt_tool_package folder. It fits projects which only copy generated binaries (executables and libraries).