Update CMakeLists with dependencies

This commit is contained in:
Kouya Heika
2026-04-23 04:42:32 -05:00
parent 4fcf674989
commit efbff0b665
2 changed files with 63 additions and 8 deletions

View File

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