diff options
Diffstat (limited to 'meson/test cases/failing/87 subproj not-found dep/subprojects')
-rw-r--r-- | meson/test cases/failing/87 subproj not-found dep/subprojects/somesubproj/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/failing/87 subproj not-found dep/subprojects/somesubproj/meson.build b/meson/test cases/failing/87 subproj not-found dep/subprojects/somesubproj/meson.build new file mode 100644 index 000000000..5f451f401 --- /dev/null +++ b/meson/test cases/failing/87 subproj not-found dep/subprojects/somesubproj/meson.build @@ -0,0 +1,3 @@ +project('dep', 'c') + +notfound_dep = dependency('', required : false) |