master amadaluzia/stfu / src / meson.build
1exe = executable(
2  'stfu',
3  'main.cpp',
4  install: true
5)
6
7test('basic', exe)