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

修正CMake

This commit is contained in:
fumiama
2021-05-18 20:30:16 +08:00
parent fb71f92abd
commit 43e7c9a82f

View File

@@ -12,7 +12,6 @@ add_definitions(-DLISTEN_ON_IPV6)
add_executable(simple-kanban server.c)
add_executable(simple-kanban-client client.c)
add_executable(cfgwriter cfgwriter.c)
add_library(spb SHARED simple-protobuf/protobuf.c)
target_link_libraries(simple-kanban spb pthread)
target_link_libraries(simple-kanban-client pthread)