diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d014f5a..8515e67 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ engine_SOURCES = \ renderer.hpp renderer.cpp \ obj_parser.hpp obj_parser.cpp \ vulkan_utils.hpp \ - stb_image.c \ + stb_image.cpp \ fb/fb.hpp \ fb/chfb.hpp fb/chfb.cpp \ fb/pixfb.hpp fb/pixfb.cpp \ @@ -46,6 +46,8 @@ engine_CPPFLAGS += $(NCURSES_CFLAGS) engine_LDADD += $(NCURSES_LIBS) endif +engine-stb_image.$(OBJEXT): CXXFLAGS += -Wno-unused-but-set-variable + shader_spv_SOURCES = shaders/shader.slang shader_spv_SPVFLAGS = -target spirv -profile spirv_1_4 -emit-spirv-directly -fvk-use-entrypoint-name -entry vert_main -entry frag_main |
