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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
.idea
|
.idea
|
||||||
|
build
|
||||||
|
.cache
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ project(tstd C)
|
|||||||
|
|
||||||
set(CMAKE_C_STANDARD 23)
|
set(CMAKE_C_STANDARD 23)
|
||||||
|
|
||||||
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
add_library(tstd STATIC library.c
|
add_library(tstd STATIC library.c
|
||||||
include/tstd/string.h
|
include/tstd/string.h
|
||||||
string.c
|
string.c
|
||||||
|
|||||||
Reference in New Issue
Block a user