diff options
author | crupest <crupest@outlook.com> | 2021-06-08 20:22:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-08 20:22:21 +0800 |
commit | bb0bf92282a107e1e292ef7da84ad6468bed083c (patch) | |
tree | d27e7b1165bca4525244d7fb972e7604d0eee5ba /computer-network-experiment/CMakeLists.txt | |
parent | ebf48992df78210131035c7e39664b69cb23b2ca (diff) | |
download | life-bb0bf92282a107e1e292ef7da84ad6468bed083c.tar.gz life-bb0bf92282a107e1e292ef7da84ad6468bed083c.tar.bz2 life-bb0bf92282a107e1e292ef7da84ad6468bed083c.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 09c1ea4..2ffd481 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 IO.cpp)
+add_library(base STATIC Common.cpp StringUtil.cpp IO.cpp ReadWriteLock.cpp)
target_link_libraries(base PUBLIC Microsoft.GSL::GSL fmt::fmt Folly::folly)
if(WIN32)
target_link_libraries(base PUBLIC Ws2_32)
|