From 2dd9b0e926ed97b64f0e6c2b6c071feaab9c47a0 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 7 Jun 2021 23:24:43 +0800 Subject: ... --- computer-network-experiment/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'computer-network-experiment/CMakeLists.txt') diff --git a/computer-network-experiment/CMakeLists.txt b/computer-network-experiment/CMakeLists.txt index 4d4277c..09c1ea4 100644 --- a/computer-network-experiment/CMakeLists.txt +++ b/computer-network-experiment/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD 17) find_package(fmt CONFIG REQUIRED) find_package(Microsoft.GSL CONFIG REQUIRED) -add_library(base STATIC Common.cpp StringUtil.cpp Output.cpp) +add_library(base STATIC Common.cpp StringUtil.cpp IO.cpp) target_link_libraries(base PUBLIC Microsoft.GSL::GSL fmt::fmt Folly::folly) if(WIN32) target_link_libraries(base PUBLIC Ws2_32) -- cgit v1.2.3