Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 466 Bytes

build_helpers.rst

File metadata and controls

18 lines (13 loc) · 466 Bytes

Build helpers

Build helpers are Python wrappers of a build tool that help with the conversion of the Conan settings to the build system's ones. They assist users with the compilation of libraries and applications in the build() method of a recipe.

Contents:

.. toctree::
   :maxdepth: 2

   build_helpers/cmake
   build_helpers/autotools
   build_helpers/visual_studio
   build_helpers/meson
   build_helpers/run_environment