aboutsummaryrefslogtreecommitdiff
path: root/computer-network-experiment/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-06 22:05:28 +0800
committercrupest <crupest@outlook.com>2021-06-06 22:05:28 +0800
commit27f3043a55e97c13eb586cf71a3d50cf48f67aca (patch)
treeaaaf3863b1832e8ad65df5c00c70ad99160f3fe7 /computer-network-experiment/CMakeLists.txt
parentc548f911b47d8bbaa951e9e5d18bf9f1f95afacb (diff)
downloadlife-27f3043a55e97c13eb586cf71a3d50cf48f67aca.tar.gz
life-27f3043a55e97c13eb586cf71a3d50cf48f67aca.tar.bz2
life-27f3043a55e97c13eb586cf71a3d50cf48f67aca.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 ecd8764..dc82736 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 Output.cpp)
+add_library(base STATIC Common.cpp StringUtil.cpp Output.cpp)
target_link_libraries(base PUBLIC Microsoft.GSL::GSL fmt::fmt)
add_executable(client client.cpp)