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

PROVIDES(
    yql_pg_sql_translator
    yql_pg_runtime
)

PEERDIR(
    yql/essentials/parser/pg_wrapper/interface
    yql/essentials/minikql
)

SRCS(
    pg_sql_dummy.cpp
)

YQL_LAST_ABI_VERSION()

END()