build: initial support for meson build
commit9e2676fe3b7772387793daac6415a11cf3f44fd2
authorNicola Fontana <ntd@entidi.it>
Sun, 25 Apr 2021 20:21:36 +0000 (25 22:21 +0200)
committerNicola Fontana <ntd@entidi.it>
Sun, 25 Apr 2021 20:21:36 +0000 (25 22:21 +0200)
treeed5995d11749de921d58db9f16499694520ca60e
parentf608a2c6a38419ccd6afa285d984fe305a0de9c1
build: initial support for meson build

autotools is a dead horse: just switch to likely most successful actual
build system. I would have preferred to use a tool with a real
programming language, e.g. Lua, but the candidates I tried (premake and
xmake) are too young and/or do not provide strong support for basic
tools such as pkg-config.
13 files changed:
demo/meson.build [new file with mode: 0644]
docs/adg/meson.build [new file with mode: 0644]
docs/cpml/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
po/meson.build [new file with mode: 0644]
src/adg/meson.build [new file with mode: 0644]
src/adg/tests/meson.build [new file with mode: 0644]
src/config.h.meson [new file with mode: 0644]
src/cpml/meson.build [new file with mode: 0644]
src/cpml/tests/meson.build [new file with mode: 0644]
src/meson.build [new file with mode: 0644]
src/tests/meson.build [new file with mode: 0644]