diff --git a/.gitignore b/.gitignore index 723ef36..b3c9998 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.idea \ No newline at end of file +.idea +build +.cache diff --git a/CMakeLists.txt b/CMakeLists.txt index 49435a3..b091943 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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