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

7 lines
72 B

#define BUILDING_DLL
#include<mylib.h>
int func1() {
return 42;
}