aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/apps/ydbd/CMakeLists.linux-x86_64.txt
blob: 9cc70c525ff6045c46e07294b3f70b2696c38d03 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# 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_executable(ydbd)
target_compile_options(ydbd PRIVATE
  -DUSE_CURRENT_UDF_ABI_VERSION
)
target_link_libraries(ydbd PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  cpp-malloc-tcmalloc
  contrib-libs-tcmalloc
  library-cpp-cpuid_check
  hyperscan_udf
  run
  ydb-core-protos
  ydb-core-security
  library-folder_service-mock
  ydb-library-keys
  ydb-library-pdisk_io
  ydb-library-security
  yql-parser-pg_wrapper
  yql-sql-pg
  clickhouse_client_udf
  datetime_udf
  datetime2_udf
  digest_udf
  histogram_udf
  hyperloglog_udf
  ip_udf
  json_udf
  json2_udf
  math_udf
  pire_udf
  re2_udf
  set_udf
  stat_udf
  string_udf
  top_udf
  topfreq_udf
  unicode_udf
  url_udf
  yson2_udf
  dsv_udf
  client-ydb_persqueue_public-codecs
)
target_link_options(ydbd PRIVATE
  -ldl
  -lrt
  -Wl,--no-as-needed
  -fPIC
  -fPIC
  -lpthread
  -lrt
  -ldl
)
target_sources(ydbd PRIVATE
  ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/export.cpp
  ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/sqs.cpp
  ${CMAKE_SOURCE_DIR}/ydb/apps/ydbd/main.cpp
)
vcs_info(ydbd)