Fuck off, JSON.

This commit is contained in:
Emmanuel BENOîT 2017-11-05 21:09:40 +01:00
parent 13d7a544ef
commit bc5128c632
7 changed files with 1 additions and 295 deletions

View file

@ -3,7 +3,7 @@ OUTDIR = output
CXXFLAGS += $(shell sdl2-config --cflags) -std=c++14 -Wall -g
CFLAGS += $(shell sdl2-config --cflags)
CPPFLAGS += -I. -I$(OUTDIR) \
-Iimgui -Iglm -Ipicojson -Iebcl/include \
-Iimgui -Iglm -Iebcl/include \
-DREAL_BUILD -DGLM_ENABLE_EXPERIMENTAL
LIBS += $(shell sdl2-config --libs) -lGL -lGLEW -ldl \
$(LIBEBCL) -latomic