aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/155 subproject dir name collision/custom_subproject_dir/B/meson.build
blob: 280c60ce2d3b1ac6e9f736df3f73894b84f4cbaf (plain)
1
2
3
4
project('B', 'c')
C = subproject('C')
c = C.get_variable('c')
b = shared_library('b', 'b.c', link_with : c)