diff options
author | grm <grm@eyesin.space> | 2024-05-24 15:08:47 +0300 |
---|---|---|
committer | grm <grm@eyesin.space> | 2024-05-24 15:08:47 +0300 |
commit | c855556e4ee9b0c614916d1e3ad4722829864798 (patch) | |
tree | a848596963ccf6dd997a3edd1284fdf9b8700f0f /src/Makefile.am | |
parent | 1ea8c5cf3022c2548def6fd7dcf02df7848e465b (diff) | |
download | cgame-c855556e4ee9b0c614916d1e3ad4722829864798.tar.gz cgame-c855556e4ee9b0c614916d1e3ad4722829864798.tar.bz2 cgame-c855556e4ee9b0c614916d1e3ad4722829864798.zip |
Depth buffers
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bf53524..b7e2182 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ AM_CFLAGS = -march=native -fno-math-errno -funroll-loops -flto -pthread -ggdb -D AM_CXXFLAGS = -Wall -Wextra -O2 -g -std=c++17 -game_SOURCES = game.c cplusplus.cpp $(common_sources) +game_SOURCES = render.c cplusplus.cpp $(common_sources) game_LDADD = -lSDL2 -lm -lvulkan -lshaderc_shared -lstdc++ cplusplus.$(OBJEXT) : CXXFLAGS += -Wno-nullability-completeness -Wno-unused-function -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-variable |