1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-05 00:10:29 +08:00

完善cmake

This commit is contained in:
fumiama
2021-05-18 20:36:36 +08:00
parent 43e7c9a82f
commit 2e7df9ca00

View File

@@ -9,6 +9,9 @@ endif()
add_definitions(-DLISTEN_ON_IPV6)
include_directories("/usr/local/include")
link_directories("/usr/local/lib")
add_executable(simple-kanban server.c)
add_executable(simple-kanban-client client.c)
add_executable(cfgwriter cfgwriter.c)