fix ci build of example

This commit is contained in:
Arthur Brainville (Ybalrid) 2019-01-10 18:19:20 +00:00
parent ab069ffb40
commit d4f8fcea10
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",