summaryrefslogtreecommitdiff
path: root/test cases/unit/121 executable suffix/meson.build
blob: 7dff9d69e1e1717e4978597936b5c8d4caea67a0 (plain)
1
2
3
project('executable suffix', 'c')
foo = executable('foo', 'main.c')
foo_bin = executable('foo', 'main.c', name_suffix: 'bin')