Added shader loading class to be completed
This commit is contained in:
parent
66226f6c62
commit
c28ca701c7
1 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ bin_PROGRAMS = Game
|
||||||
Game_SOURCES = \
|
Game_SOURCES = \
|
||||||
src/main.cpp \
|
src/main.cpp \
|
||||||
src/Error.h \
|
src/Error.h \
|
||||||
src/Error.cpp
|
src/Error.cpp \
|
||||||
|
src/ShaderLoader.h \
|
||||||
|
src/ShaderLoader.cpp
|
||||||
Game_CPPFLAGS = @sdl2_CFLAGS@ @glew_CFLAGS@ @opengl_CFLAGS@
|
Game_CPPFLAGS = @sdl2_CFLAGS@ @glew_CFLAGS@ @opengl_CFLAGS@
|
||||||
Game_LDFLAGS = @sdl2_LIBS@ @glew_LIBS@ @opengl_LIBS@
|
Game_LDFLAGS = @sdl2_LIBS@ @glew_LIBS@ @opengl_LIBS@
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue