Files
stethoscope/src/CMakeLists.txt
2026-04-18 04:42:13 -05:00

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)