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

5 lines
54 B

#include"mylib.h"
int getNumber() {
return 42;
}