meson/test cases/common/163 subproject dir name col.../custom_subproject_dir/B/meson.build

5 lines
108 B
Meson

project('B', 'c')
C = subproject('C')
c = C.get_variable('c')
b = shared_library('b', 'b.c', link_with : c)