diff options
| author | 2025-05-03 09:30:16 -0400 | |
|---|---|---|
| committer | 2025-05-03 09:30:16 -0400 | |
| commit | fddfc749911bb7be58678976a526bd6d3383f08f (patch) | |
| tree | 7856c6e564b69cf8924aeb6334195a5f29ed91c3 | |
| parent | c24333709e49aa1dfd6508ebbfa3dcd2f218814b (diff) | |
| download | libalabaster-fddfc749911bb7be58678976a526bd6d3383f08f.tar.gz libalabaster-fddfc749911bb7be58678976a526bd6d3383f08f.tar.bz2 libalabaster-fddfc749911bb7be58678976a526bd6d3383f08f.zip | |
build: Add license and meson version to project()
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2cc4da8..30b3532 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,7 @@ project('libalabaster', 'c', version: '0.01', - default_options: ['warning_level=2', 'c_std=c99']) + meson_version: '>=0.63.0', + default_options: ['warning_level=2', 'c_std=c99'], + license: 'GPL-3.0-only') compiler = meson.get_compiler('c') |