Initial Commit
This commit is contained in:
5
src/CMakeLists.txt
Normal file
5
src/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user