diff options
author | crupest <crupest@outlook.com> | 2021-06-07 23:24:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-07 23:24:43 +0800 |
commit | 2dd9b0e926ed97b64f0e6c2b6c071feaab9c47a0 (patch) | |
tree | 6a87c790fc03e3e95f14de9a59257aec66ba65b7 /computer-network-experiment/CMakeLists.txt | |
parent | 1dd5c424e198a59b3572352fd973fe34dad225d1 (diff) | |
download | life-2dd9b0e926ed97b64f0e6c2b6c071feaab9c47a0.tar.gz life-2dd9b0e926ed97b64f0e6c2b6c071feaab9c47a0.tar.bz2 life-2dd9b0e926ed97b64f0e6c2b6c071feaab9c47a0.zip |
...
Diffstat (limited to 'computer-network-experiment/CMakeLists.txt')
-rw-r--r-- | computer-network-experiment/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|