commit | b988dbb128f2608a69469908430dd8bbd976fb2c | [log] [tgz] |
---|---|---|
author | Jie Yang <jjy@google.com> | Fri Aug 06 18:34:49 2021 -0700 |
committer | Willy Tu <wltu@google.com> | Tue Feb 08 23:02:12 2022 +0000 |
tree | 524bdecd7b96dbc691337e63d459a505005e9533 | |
parent | 67391d508d2c7bd41677364576808155a8908e8b [diff] [blame] |
compile: Add meson build support Signed-off-by: Jie Yang <jjy@google.com> Change-Id: I71c0e2a62b4bd9b97cbe9a87788a0569f74847a0 Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..30c97e5 --- /dev/null +++ b/meson_options.txt
@@ -0,0 +1,2 @@ +option('tests', type: 'feature', description: 'Build tests') +option('blobtool', type: 'feature', description: 'Build blobtool cli')