From c6ef14e0fbcf59ef39e25d9cfd86c4804698e5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:31:39 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e56f5a1..08d284e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) \ No newline at end of file +INSTALL(TARGETS simple-kanban-client RUNTIME DESTINATION bin)