diff options
author | Igor Gnatenko <ignatenkobrain@fedoraproject.org> | 2018-01-08 14:12:00 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-07-18 12:24:44 +0200 |
commit | 5e37c325034c851512a8a6a3b10a15e80bdb7dd9 (patch) | |
tree | 024b6b0248ed47d5e6ff570b8fd9d3c08705ec7c /meson_options.txt | |
parent | c79b12abb7b9cb2adb95b6529061ed1593ae5ee3 (diff) | |
download | libnitrokey-5e37c325034c851512a8a6a3b10a15e80bdb7dd9.tar.gz libnitrokey-5e37c325034c851512a8a6a3b10a15e80bdb7dd9.tar.bz2 |
add meson buildsystem definitions
References: https://github.com/Nitrokey/nitrokey-app/issues/306
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..aaf8195 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,4 @@ +option('log', type : 'boolean', value : true, description : 'Logging functionality') +option('log-volatile-data', type : 'boolean', value : false, description : 'Log volatile data (debug)') +option('tests', type : 'boolean', value : false, description : 'Compile tests (needs connected PRO device)') +option('offline-tests', type : 'boolean', value : false, description : 'Compile offline tests') |