1 2 3 4 5
project('app', ['c']) b = dependency('test-b') executable('app', 'app.c', dependencies : [b])