The Meson Build System
http://mesonbuild.com/
4 lines
100 B
4 lines
100 B
5 years ago
|
project('warn on string division', 'c', meson_version: '>=0.48.0')
|
||
|
|
||
|
executable('prog', 'a' / 'b.c')
|