Skip to content

Commit

Permalink
Import initial code from https://github.com/dr8co/Cachetron
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Apr 5, 2024
1 parent c513c43 commit 0fa6f8b
Show file tree
Hide file tree
Showing 4 changed files with 1,119 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.28)

project(LiteStr C CXX)

set(CMAKE_C_STANDARD 23)

add_library(LiteStr STATIC lite_str.h lite_str.c)
Loading

0 comments on commit 0fa6f8b

Please sign in to comment.