summaryrefslogtreecommitdiff
path: root/test cases/common/238 dependency include_type inconsistency/meson.build
blob: 69b5d19ca54357b1954b9af6c3f138f1f0d30081 (plain)
1
2
3
4
5
project('test')

foo_dep = subproject('foo').get_variable('foo_dep')

subdir('bar')