diff options
author | 2017-06-16 11:15:50 +0300 | |
---|---|---|
committer | 2017-06-16 11:15:50 +0300 | |
commit | 2b437de5449558dd44b8966faae9b35d9bca0f88 (patch) | |
tree | f8488991db453baddd3f0fa34cfc06ce9d23d428 /meson_options.txt | |
parent | ce9c8a885fc3bd828565094b06b4d201cd4f2790 (diff) | |
parent | 1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74 (diff) | |
download | librin-2b437de5449558dd44b8966faae9b35d9bca0f88.tar.gz librin-2b437de5449558dd44b8966faae9b35d9bca0f88.tar.bz2 librin-2b437de5449558dd44b8966faae9b35d9bca0f88.zip |
Merge branch 'meson'
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..279996a --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,6 @@ +option('static', type : 'boolean', value : false, description : 'Enable building a static library') +option('shared', type : 'boolean', value : false, description : 'Enable building a dynamic library') +option('tests', type : 'boolean', value : false, description : 'Enable building and running tests') +option('float', type : 'boolean', value : true, description : 'Enable building the floating point module') +option('gpio', type : 'boolean', value : true, description : 'Enable building the gpio module') +option('diagnostic', type : 'boolean', value : true, description : 'Enable building the diagnostics module') |