Skip to content

meson: Generate cmake config and version files if meson is new enough

Dylan Baker requested to merge meson-cmake-config into master

Meson 0.49.0 added a module similar to the pkg-config module for generating cmake config files. Since the CMake build system provides these the meson build system should as well.

Merge request reports