Skip to content

build: Add meson build system

Uwe Scholz requested to merge meson into master

For more information see https://mesonbuild.com/

I have tested the following commands before committing this:

meson setup builddir
meson compile [--clean] -C builddir
meson test -C builddir
meson install -C builddir

More information can be found in the file INSTALL.

Probably some additional tests need to be performed, I am not 100% sure if I have covered all edge cases.

Merge request reports