aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/peephole_opt/ya.make
blob: 9d963b25e47d002a1fbcd10c6184000bbe20ad4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LIBRARY()

SRCS(
    yql_opt_json_peephole_physical.h
    yql_opt_json_peephole_physical.cpp
    yql_opt_peephole_physical.h
    yql_opt_peephole_physical.cpp
)

PEERDIR(
    yql/essentials/core/sql_types
    yql/essentials/core
    yql/essentials/core/common_opt
    yql/essentials/core/type_ann
    library/cpp/svnversion
)

YQL_LAST_ABI_VERSION()

END()