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

5 lines
61 B

#include"simple.h"
int simple_function() {
return 42;
}