summaryrefslogtreecommitdiff
path: root/meson.build
blob: 40a8e213dd8c8fc32941760eb72614974d193539 (plain)
1
2
3
4
5
project('fb', 'c', license: 'GPL-3')

gmp = dependency('gmp')

executable('fb', ['fb.c'], dependencies: gmp)