feat: add some config

This commit is contained in:
2025-11-23 19:08:02 +01:00
parent 5945bf41d7
commit f6cf78a10b
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1 +1,3 @@
.idea
.idea
build
.cache

View File

@@ -3,6 +3,8 @@ project(tstd C)
set(CMAKE_C_STANDARD 23)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_library(tstd STATIC library.c
include/tstd/string.h
string.c