blob: 573b895eb9256217d42cbe0b7a63770823ef6863 (
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
|
# This file was gererated 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(yql-providers-config)
target_compile_options(yql-providers-config PRIVATE
-DUSE_CURRENT_UDF_ABI_VERSION
)
target_link_libraries(yql-providers-config PUBLIC
contrib-libs-cxxsupp
yutil
library-cpp-json
library-yql-ast
library-yql-utils
yql-utils-fetch
yql-utils-log
library-yql-core
yql-core-expr_nodes
providers-common-proto
providers-common-provider
providers-common-activation
)
target_sources(yql-providers-config PRIVATE
${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/config/yql_config_provider.cpp
)
|