aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/tools/dqrun/CMakeLists.linux-x86_64.txt
blob: d98045e536e95480d3ef49caaf4ee49efdff0109 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# 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(dqrun)
target_compile_options(dqrun PRIVATE
  -DUSE_CURRENT_UDF_ABI_VERSION
)
target_link_libraries(dqrun PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  library-cpp-cpuid_check
  contrib-libs-protobuf
  client-ydb_persqueue_public-codecs
  library-actors-http
  library-cpp-getopt
  cpp-lfalloc-alloc_profiler
  library-cpp-logger
  library-cpp-resource
  library-cpp-yson
  cpp-mapreduce-interface
  yql-sql-pg
  yql-core-facade
  yql-core-file_storage
  core-file_storage-proto
  core-file_storage-http_download
  yql-core-services
  core-services-mounts
  yql-dq-comp_nodes
  dq-integration-transform
  yql-dq-transform
  minikql-comp_nodes-llvm
  minikql-invoke_builtins-llvm
  providers-clickhouse-actors
  providers-clickhouse-provider
  providers-common-comp_nodes
  providers-common-proto
  providers-common-udf_resolve
  providers-generic-actors
  providers-generic-provider
  providers-dq-local_gateway
  providers-dq-provider
  dq-provider-exec
  providers-pq-async_io
  pq-gateway-native
  providers-pq-provider
  providers-s3-actors
  providers-s3-provider
  providers-solomon-gateway
  providers-solomon-provider
  providers-ydb-actors
  providers-ydb-comp_nodes
  providers-ydb-provider
  providers-pg-provider
  udf-service-terminate_policy
  yql-utils-backtrace
  yql-utils-bindings
  yql-utils-log
  yql-utils-failure_injector
  yql-core-url_preprocessing
  yql-core-url_lister
  yt-comp_nodes-dq
  providers-yt-dq_task_preprocessor
  yt-gateway-file
  yt-gateway-native
  providers-yt-mkql_dq
  providers-yt-provider
  yt-lib-yt_download
  yt-lib-yt_url_lister
  yt-lib-config_clusters
  yql-parser-pg_wrapper
  utils-log-proto
  yql-utils-actor_system
  fq-libs-actors
  fq-libs-db_id_async_resolver_impl
  clickhouse_client_udf
)
target_link_options(dqrun PRIVATE
  -ldl
  -lrt
  -Wl,--no-as-needed
  -fPIC
  -fPIC
  -lpthread
  -lrt
  -ldl
  -lutil
)
target_sources(dqrun PRIVATE
  ${CMAKE_SOURCE_DIR}/ydb/library/yql/tools/dqrun/dqrun.cpp
)
target_allocator(dqrun
  cpp-malloc-tcmalloc
  contrib-libs-tcmalloc
)
vcs_info(dqrun)