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

5 lines
79 B

module mylib [extern_c] {
header "mylib.h"
link "mylib"
export *
}