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

8 lines
72 B

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