blob: 5b6b766df76129acc86dbbbcdc449b9ef8f398cf (
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
|
# 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(url_udf INTERFACE)
target_link_libraries(url_udf INTERFACE
contrib-libs-cxxsupp
yutil
yql-public-udf
public-udf-support
kernel-hosts-owner
kernel-urlnorm
library-cpp-robots_txt
common-url_base-lib
yweb-robot-dbscheeme
)
add_global_library_for(url_udf.global url_udf)
target_compile_options(url_udf.global PRIVATE
-DUDF_ABI_VERSION_MAJOR=2
-DUDF_ABI_VERSION_MINOR=33
-DUDF_ABI_VERSION_PATCH=0
)
target_link_libraries(url_udf.global PUBLIC
contrib-libs-cxxsupp
yutil
yql-public-udf
public-udf-support
kernel-hosts-owner
kernel-urlnorm
library-cpp-robots_txt
common-url_base-lib
yweb-robot-dbscheeme
)
target_sources(url_udf.global PRIVATE
${CMAKE_SOURCE_DIR}/yql/udfs/common/url/url_udf.cpp
)
|