diff options
-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') |