PicoJSON + utilities added

This commit is contained in:
Emmanuel BENOîT 2017-10-31 09:22:38 +01:00
parent 7e4a1736e8
commit 699e409e64
7 changed files with 275 additions and 1 deletions

View file

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