From bab4a8169135dfecb2e434cca6825dcb96e1b9ec Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Tue, 2 Sep 2025 19:06:01 -0700 Subject: Rename isogfx -> gfx2d --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e55aece..78aefa3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_C_EXTENSIONS Off) add_library(isogfx src/asset.c - src/isogfx.c) + src/gfx2d.c) target_include_directories(isogfx PUBLIC include) -- cgit v1.2.3