stb.lua (296B)
1 lib( "stb_image", { "libs/stb/stb_image" } ) 2 msvc_obj_cxxflags( "libs/stb/stb_image", "/wd4244 /wd4456" ) 3 gcc_obj_cxxflags( "libs/stb/stb_image", "-Wno-shadow -Wno-implicit-fallthrough" ) 4 lib( "stb_image_write", { "libs/stb/stb_image_write" } ) 5 lib( "stb_truetype", { "libs/stb/stb_truetype" } )