Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 738 Bytes

meson.rst

File metadata and controls

21 lines (12 loc) · 738 Bytes

meson_logo Meson Build

Warning

This is a deprecated feature. Please refer to the Migration Guidelines<conan2_migration_guide> to find the feature that replaced this one.

If you are using Meson Build as your library build system, you can use the Meson build helper. This helper has .configure() and .build() methods available to ease the call to Meson build system. It also will automatically take the pc files of your dependencies when using the pkg_config generator<pkg_config_generator_example>.

Check Building with Meson Build <meson_build_reference> for more info.