diff options
author | 2019-03-18 01:49:39 +0200 | |
---|---|---|
committer | 2019-03-18 01:49:39 +0200 | |
commit | 3117096ab99c73f9a51ed46b9447b640d31a652f (patch) | |
tree | b1506de569b6a55cf55d2a4ea14aa24d4699b726 /meson_options.txt | |
download | usurpation-3117096ab99c73f9a51ed46b9447b640d31a652f.tar.gz usurpation-3117096ab99c73f9a51ed46b9447b640d31a652f.tar.bz2 usurpation-3117096ab99c73f9a51ed46b9447b640d31a652f.zip |
Initial commit.
This creates a working buildable dummy template to build the project
upon. Everything save for the build system are demonstrational dummies
and everything including the build system is written to be easily
extendable.
This commit closes Ticket 5.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
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)') |