project('fb', 'c', license: 'GPL-3') gmp = dependency('gmp') executable('fb', ['fb.c'], dependencies: gmp)