summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 402d699..2017b25 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ SRC = \
src/project-settings.cpp \
src/static-cube.cpp \
src/static-plane.cpp \
+ src/static-ui.cpp \
src/thread-pool.cpp \
src/vendor-cgltf-include.cpp \
src/vendor-stb-image-include.c \
@@ -63,6 +64,8 @@ DST_SHADERS = \
$(DIR_OBJ)/shaders/present.frag.spv \
$(DIR_OBJ)/shaders/glyph.vert.spv \
$(DIR_OBJ)/shaders/glyph.frag.spv \
+ $(DIR_OBJ)/shaders/ui-base.vert.spv \
+ $(DIR_OBJ)/shaders/ui-base.frag.spv \
SRC_C = $(filter %.c,$(SRC))
SRC_CXX = $(filter %.cpp,$(SRC))