PicoJSON + utilities added
This commit is contained in:
parent
7e4a1736e8
commit
699e409e64
7 changed files with 275 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue