diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)) |
