diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-22 16:25:52 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-22 16:25:52 +0300 |
commit | fd6dda9a4b15a851483c803a4fa70bd6bd016598 (patch) | |
tree | 32dbfd4b0eb0bd13a0d41e72fedbfc76565f328c /library/cpp/messagebus/www/CMakeLists.txt | |
parent | a5ced62af6cd0039f4a228c4db185105d5426e94 (diff) | |
download | ydb-fd6dda9a4b15a851483c803a4fa70bd6bd016598.tar.gz |
intermediate changes
ref:582ed9d2a52706516cc273d3e82d8e3de510b40f
Diffstat (limited to 'library/cpp/messagebus/www/CMakeLists.txt')
-rw-r--r-- | library/cpp/messagebus/www/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/library/cpp/messagebus/www/CMakeLists.txt b/library/cpp/messagebus/www/CMakeLists.txt index cfef24dc3c..8fa3db9a71 100644 --- a/library/cpp/messagebus/www/CMakeLists.txt +++ b/library/cpp/messagebus/www/CMakeLists.txt @@ -19,6 +19,20 @@ target_sources(cpp-messagebus-www PRIVATE ) add_global_library_for(cpp-messagebus-www.global cpp-messagebus-www) +target_link_libraries(cpp-messagebus-www.global PUBLIC + contrib-libs-cxxsupp + yutil + library-cpp-resource + library-cpp-cgiparam + cpp-html-pcdata + cpp-http-fetch + cpp-http-server + cpp-json-writer + library-cpp-messagebus + cpp-messagebus-oldmodule + monlib-deprecated-json + library-cpp-uri +) target_sources(cpp-messagebus-www.global PRIVATE ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp ) |