The Meson Build System
http://mesonbuild.com/
5 lines
106 B
5 lines
106 B
9 years ago
|
project('nonabs workdir', 'c')
|
||
|
|
||
|
exe = executable('simple', 'simple.c')
|
||
|
test('simple', exe, workdir : '.')
|