project('taps', 'c') sendfd = dependency('sendfd') executable('taps', 'main.c', dependencies: [sendfd], install: true)