commit | 9b322cb38172985e67d755660167befe8b650ba6 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Wed Jul 26 10:42:51 2023 -0700 |
committer | Ed Tanous <ed@tanous.net> | Fri Jul 28 15:46:37 2023 +0000 |
tree | e60a512a576d90f7324072bdf1f8edc3fe45a5f9 | |
parent | 9ac523169d183158a968969e8c9d42060322bdd8 [diff] [blame] |
Add meson config Moving the project over to meson per the technical oversight forum. Change-Id: I9c8d99ec8bcad07fb863f80e5152a93187e91310 Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..e6fd709 --- /dev/null +++ b/meson_options.txt
@@ -0,0 +1,6 @@ +option( + 'tests', + type: 'feature', + value: 'enabled', + description: 'Build unit tests', +)