From cf8b6765b994945e23db29ddcf3cddde2143d5c7 Mon Sep 17 00:00:00 2001 From: Tilo K Date: Sat, 23 Aug 2025 16:48:23 +0200 Subject: [PATCH] wip --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76868e9..220594d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(tstd C) set(CMAKE_C_STANDARD 23) add_library(tstd STATIC library.c - include/string.h + include/tstd/string.h string.c)