From 3e3ffdfe8de8b5bdda7f479d2ae198821b65a9dd Mon Sep 17 00:00:00 2001 From: Fabrice Date: Wed, 11 Feb 2026 17:03:15 +0100 Subject: adding cglm --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea58df2..a454bca 100644 --- a/Makefile +++ b/Makefile @@ -50,10 +50,14 @@ FREETYPE_FLAGS = \ -DFT_DISABLE_BROTLI=ON \ -DFT_DISABLE_HARFBUZZ=ON +CGLM_DIR = $(WORK_DIR)/cglm +CGLM_INCLUDE = $(CGLM_DIR)/include + CSH_FLAGS += \ -I$(MI_INCLUDE) \ -I$(HASHMAP_DIR) \ -I$(GLAD_DIR) \ + -I$(CGLM_INCLUDE) \ -I$(FREETYPE_INCLUDE) CMAKE_GENERATOR = "Unix Makefiles" @@ -68,6 +72,7 @@ SOURCES = \ $(SRC_DIR)/window.c \ $(SRC_DIR)/graphics.cc \ $(SRC_DIR)/text.cc \ + $(SRC_DIR)/rendering.cc \ $(GLAD_DIR)/glad.c \ $(HASHMAP_SOURCE) -- cgit v1.2.3