aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/87 subproj not-found dep/meson.build
blob: 2b17df17e0786158ada0ff4d7a79b4cb6a4ea7e1 (plain)
1
2
project('dep-test')
missing = dependency('', fallback: ['somesubproj', 'notfound_dep'], required: true)