mirror of
https://github.com/fumiama/simple-kanban.git
synced 2026-06-23 12:00:44 +08:00
完善cmake
This commit is contained in:
@@ -9,6 +9,9 @@ endif()
|
|||||||
|
|
||||||
add_definitions(-DLISTEN_ON_IPV6)
|
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 server.c)
|
||||||
add_executable(simple-kanban-client client.c)
|
add_executable(simple-kanban-client client.c)
|
||||||
add_executable(cfgwriter cfgwriter.c)
|
add_executable(cfgwriter cfgwriter.c)
|
||||||
|
|||||||
Reference in New Issue
Block a user