add_executable(${PROJECT_NAME}
	main.c
	../deps/vector/vector.c
)
target_link_libraries(${PROJECT_NAME} PUBLIC microhttpd pthread inih mxml)