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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user