diff options
Diffstat (limited to 'meson/test cases/unit/34 command line/subprojects/subp')
-rw-r--r-- | meson/test cases/unit/34 command line/subprojects/subp/meson.build | 3 | ||||
-rw-r--r-- | meson/test cases/unit/34 command line/subprojects/subp/meson_options.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meson/test cases/unit/34 command line/subprojects/subp/meson.build b/meson/test cases/unit/34 command line/subprojects/subp/meson.build new file mode 100644 index 000000000..cf79fa42a --- /dev/null +++ b/meson/test cases/unit/34 command line/subprojects/subp/meson.build @@ -0,0 +1,3 @@ +project('subp', + default_options : ['subp_opt=default2'] +) diff --git a/meson/test cases/unit/34 command line/subprojects/subp/meson_options.txt b/meson/test cases/unit/34 command line/subprojects/subp/meson_options.txt new file mode 100644 index 000000000..8c50615dd --- /dev/null +++ b/meson/test cases/unit/34 command line/subprojects/subp/meson_options.txt @@ -0,0 +1 @@ +option('subp_opt', type : 'string', value : 'default1') |