blob: f7df3611d0c080e7b551f24704243ca26d94305a [file] [log] [blame]
project('sub sub', 'c')
a = subproject('a')
lib = a.get_variable('l')
exe = executable('prog', 'prog.c', link_with : lib)
test('basic', exe)