diff options
Diffstat (limited to 'works/life/computer-network-experiment/CMakeLists.txt')
-rw-r--r-- | works/life/computer-network-experiment/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/works/life/computer-network-experiment/CMakeLists.txt b/works/life/computer-network-experiment/CMakeLists.txt index ecd8764..dc82736 100644 --- a/works/life/computer-network-experiment/CMakeLists.txt +++ b/works/life/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)
|