aboutsummaryrefslogtreecommitdiff
path: root/computer-network-experiment/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-06 21:33:52 +0800
committercrupest <crupest@outlook.com>2021-06-06 21:33:52 +0800
commitc548f911b47d8bbaa951e9e5d18bf9f1f95afacb (patch)
treefba5390774f02279713bbf7863e733058b778293 /computer-network-experiment/CMakeLists.txt
parent798c0b24b1f26f42cc28642d389f790612ea738f (diff)
downloadlife-c548f911b47d8bbaa951e9e5d18bf9f1f95afacb.tar.gz
life-c548f911b47d8bbaa951e9e5d18bf9f1f95afacb.tar.bz2
life-c548f911b47d8bbaa951e9e5d18bf9f1f95afacb.zip
...
Diffstat (limited to 'computer-network-experiment/CMakeLists.txt')
-rw-r--r--computer-network-experiment/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/computer-network-experiment/CMakeLists.txt b/computer-network-experiment/CMakeLists.txt
index 923de1f..ecd8764 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 StringUtil.cpp)
+add_library(base STATIC StringUtil.cpp Output.cpp)
target_link_libraries(base PUBLIC Microsoft.GSL::GSL fmt::fmt)
add_executable(client client.cpp)