Merge pull request #133 from Ybalrid/lodepng

fix ci build of example
This commit is contained in:
Syoyo Fujita
2019-01-11 02:29:29 +09:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define LODEPNG_IMPLEMENTATION
#include "lodepng.h"

View File

@@ -9,7 +9,7 @@ newoption {
}
sources = {
"stbi-impl.cc",
"img-loaders.cc",
"main.cc",
"render.cc",
"render-config.cc",