Initial Commit

This commit is contained in:
Kouya Heika
2026-04-18 04:42:13 -05:00
commit 3d13336d22
12 changed files with 908 additions and 0 deletions

5
src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
add_executable(${PROJECT_NAME}
main.c
../deps/vector/vector.c
)
target_link_libraries(${PROJECT_NAME} PUBLIC microhttpd pthread inih mxml)