diff options
author | 2019-12-17 16:30:23 +0200 | |
---|---|---|
committer | 2019-12-17 16:30:23 +0200 | |
commit | 00ec4d4cd53c684d65c69c1b5419556fe295d62c (patch) | |
tree | b0008d09bfa48cfa04cafeea67c5a54ad0b5d6c5 | |
parent | 501cf9846a589bb423266c7c5b002565adb07fbb (diff) | |
download | librin-00ec4d4cd53c684d65c69c1b5419556fe295d62c.tar.gz librin-00ec4d4cd53c684d65c69c1b5419556fe295d62c.tar.bz2 librin-00ec4d4cd53c684d65c69c1b5419556fe295d62c.zip |
meson: reformat meson options (cosmetic).
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
-rw-r--r-- | meson_options.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index d39f677..0e1aca4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,12 @@ -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('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') |