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

Update CMakeLists.txt

This commit is contained in:
源文雨
2021-08-31 13:31:39 +08:00
committed by GitHub
parent c628cc1925
commit c6ef14e0fb

View File

@@ -10,8 +10,8 @@ endif()
add_definitions(-DLISTEN_ON_IPV6)
include_directories("/usr/local/include")
link_directories("/usr/local/lib")
# include_directories("/usr/local/include")
# link_directories("/usr/local/lib")
add_executable(simple-kanban server.c)
add_executable(simple-kanban-client client.c)
@@ -22,4 +22,4 @@ target_link_libraries(simple-kanban-client pthread)
target_link_libraries(cfgwriter spb)
INSTALL(TARGETS simple-kanban RUNTIME DESTINATION bin)
INSTALL(TARGETS simple-kanban-client RUNTIME DESTINATION bin)
INSTALL(TARGETS simple-kanban-client RUNTIME DESTINATION bin)