From ff322864f2878a35b277111e509da03fe6f888bd Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 7 Nov 2021 13:28:16 -0600 Subject: build: add meson build support Adds support for the meson build system as well as a bit of documentation. Compatibility with the existing waf build is maintained. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 81ef5cc7e1..29e15d9fd1 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ /old_build /Makefile + +/subprojects -- cgit v1.2.3