diff options
Diffstat (limited to 'library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt')
-rw-r--r-- | library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt new file mode 100644 index 0000000000..2ac52c60e8 --- /dev/null +++ b/library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt @@ -0,0 +1,20 @@ + +# This file was generated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + +add_library(cpp-messagebus-config) +target_link_libraries(cpp-messagebus-config PUBLIC + contrib-libs-cxxsupp + yutil + library-cpp-getopt + cpp-deprecated-enum_codegen +) +target_sources(cpp-messagebus-config PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/netaddr.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/session_config.cpp +) |