From 07fb91b9571fc0add797cbcd0adcc8711401a2be Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 27 Dec 2025 12:00:21 -0800 Subject: Enough stuff to draw a cube --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 537c00d..ec4d307 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,10 +23,10 @@ target_compile_options(swgfx PRIVATE -Wall -Wextra) # Tests. add_executable(swgfx-test - test/test.c) + test/test.c + test/test.h) target_link_libraries(swgfx-test swgfx) -target_compile_options(swgfx-test PRIVATE -Wall -Wextra) - +target_compile_options(swgfx-test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra) -- cgit v1.2.3