From 43e7c9a82ff1fa62759c52cd75aed5c005899ec1 Mon Sep 17 00:00:00 2001 From: fumiama Date: Tue, 18 May 2021 20:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3CMake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e02a551..b7c5124 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,6 @@ add_definitions(-DLISTEN_ON_IPV6) add_executable(simple-kanban server.c) add_executable(simple-kanban-client client.c) add_executable(cfgwriter cfgwriter.c) -add_library(spb SHARED simple-protobuf/protobuf.c) target_link_libraries(simple-kanban spb pthread) target_link_libraries(simple-kanban-client pthread)