5 lines
140 B
CMake
5 lines
140 B
CMake
add_executable(${PROJECT_NAME}
|
|
main.c
|
|
../deps/vector/vector.c
|
|
)
|
|
target_link_libraries(${PROJECT_NAME} PUBLIC microhttpd pthread inih mxml) |