midas/external/stb/pmake.js

7 lines
140 B
JavaScript
Raw Normal View History

2026-05-10 07:03:11 +09:00
function main(){
const stb = new pmake.LibraryProject("stb");
stb.sources = ["stb_ds.c"];
stb.includes = ["."];
pmake.register(stb);
}