midas/external/stb/pmake.js
2026-05-10 07:03:11 +09:00

7 lines
140 B
JavaScript

function main(){
const stb = new pmake.LibraryProject("stb");
stb.sources = ["stb_ds.c"];
stb.includes = ["."];
pmake.register(stb);
}