aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/services/metadata/common/CMakeLists.darwin.txt
blob: 51b3c639ae9236a7f6578813050c5bb7063ae9c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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(services-metadata-common)
target_compile_options(services-metadata-common PRIVATE
  -DUSE_CURRENT_UDF_ABI_VERSION
)
target_link_libraries(services-metadata-common PUBLIC
  contrib-libs-cxxsupp
  yutil
  services-metadata-initializer
  services-metadata-abstract
  services-bg_tasks-abstract
  core-tx-schemeshard
)
target_sources(services-metadata-common PRIVATE
  ${CMAKE_SOURCE_DIR}/ydb/services/metadata/common/timeout.cpp
  ${CMAKE_SOURCE_DIR}/ydb/services/metadata/common/ss_dialog.cpp
)