Added experimental support for building with Meson+Ninja
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 5 Jan 2017 17:37:00 +0000 (09:37 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 12 Jan 2017 23:19:04 +0000 (15:19 -0800)
commit9f96db71252fc66b72c433e2ca0d49e031c6a5fd
tree494132dae14dba3de18a9013f2299cfc37cceda5
parent3006686b536942f6f96675e3d12b793087e78e6a
Added experimental support for building with Meson+Ninja
24 files changed:
.gitignore
ChangeLog.rst
Makefile.am
README.md
doc/Makefile.am
doc/meson.build [new file with mode: 0644]
example/Makefile.am
example/meson.build [new file with mode: 0644]
include/Makefile.am
include/meson.build [new file with mode: 0644]
lib/Makefile.am
lib/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
test/Makefile.am
test/meson.build [new file with mode: 0644]
test/test.c [deleted file]
test/test_examples.py
test/test_syscalls.c [new file with mode: 0644]
test/util.py
test/wrong_command.c [new file with mode: 0644]
util/Makefile.am
util/install_helper.sh [new file with mode: 0755]
util/meson.build [new file with mode: 0644]