This commit is contained in:
2025-10-01 16:55:32 -07:00
commit 761b559f0a
59 changed files with 6568 additions and 0 deletions

5
source/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
# ADD SOURCES HERE
add_executable(${PROJECT_NAME})
target_sources(${PROJECT_NAME} PRIVATE http.c main.c)