The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

5 lines
78 B

int main(int argc, char **argv) {
(void) argc;
(void) argv;
return 0;
}