diff options
Diffstat (limited to 'meson/test cases/unit/3 subproject defaults/meson_options.txt')
-rw-r--r-- | meson/test cases/unit/3 subproject defaults/meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/unit/3 subproject defaults/meson_options.txt b/meson/test cases/unit/3 subproject defaults/meson_options.txt new file mode 100644 index 000000000..b63f512e2 --- /dev/null +++ b/meson/test cases/unit/3 subproject defaults/meson_options.txt @@ -0,0 +1,3 @@ +option('defopoverride', type : 'string', value : 'optfile', description : 'A value for overriding.') +option('fromcmdline', type : 'string', value : 'optfile', description : 'A value for overriding.') +option('fromoptfile', type : 'string', value : 'optfile', description : 'A value for not overriding.') |