diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..446dc5c --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,3 @@ +option('tests', type : 'boolean', value : false, description : 'Enable building and running tests') +option('fwbuild', type : 'boolean', value : false, description : 'Enable building the firmware image for the wearable') +option('fwflash', type : 'boolean', value : false, description : 'Automatically flash the firmware with freshly built fw image (requires fwbuild)') |