mirror of
https://github.com/Tilo-K/tstd.git
synced 2026-01-09 14:31:01 +00:00
feat: add some config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
.idea
|
||||
build
|
||||
.cache
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user