diff --git a/CMakeLists.txt b/CMakeLists.txt index b7c5124..2eea6eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,9 @@ endif() 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-client client.c) add_executable(cfgwriter cfgwriter.c)