This commit is contained in:
Emmanuel BENOîT 2017-10-05 18:35:35 +02:00
parent 883dd9e2a6
commit 7483769714
11 changed files with 2213 additions and 16 deletions

View file

@ -13,23 +13,24 @@ DEMO = \
main.cc \
imgui_impl_sdl.cc \
\
filewatcher.cc \
window.cc \
utilities.cc \
texture.cc \
rendertarget.cc \
shaders.cc \
camera.cc \
demo.cc \
\
filewatcher.cc \
window.cc \
globals.cc \
profiling.cc \
shaders.cc \
\
demo.cc \
\
raymarcher.cc \
\
bloom.cc \
dof.cc \
combine.cc \
\
profiling.cc
fxaa.cc
IMGUI_OBJS = $(addprefix $(OUTDIR)/, $(addsuffix .o, $(basename $(IMGUI))))