summaryrefslogtreecommitdiffstats
path: root/library/cpp/http/server
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/http/server')
-rw-r--r--library/cpp/http/server/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/http/server/CMakeLists.txt b/library/cpp/http/server/CMakeLists.txt
index 649f3f02013..34cba14043f 100644
--- a/library/cpp/http/server/CMakeLists.txt
+++ b/library/cpp/http/server/CMakeLists.txt
@@ -14,6 +14,7 @@ target_link_libraries(cpp-http-server PUBLIC
cpp-http-misc
cpp-http-io
cpp-threading-equeue
+ cpp-deprecated-atomic
)
target_sources(cpp-http-server PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/http/server/conn.cpp