From 3f36ef9b24e2ce978461291d84e293776c41eb66 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 8 Mar 2023 05:16:04 -0500 Subject: added logging system and improved string integration --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b83057d..f02cd02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ file(GLOB SOURCES "src/rodeo_math.c" "src/rodeo_types.c" "src/rodeo_string.c" + "src/rodeo_log.c" ) #add_library(lib src/lib.c) -- cgit v1.2.3