Meson Build
Warning
This is a deprecated feature. Please refer to the Migration Guidelines 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.
Check Building with Meson Build for more info.