Skip to content

WIP: Add support for Meson build system.

Michael Pyne requested to merge feature-meson-support into master

Re-uses 'configure-flags' as the way to pass options to the meson setup command. Requires use of ninja as the underlying build tool.

Tested with https://github.com/plibither8/2048.cpp

/cc @ouwerkerk

Fixes #27 (closed).

Merge request reports