aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/pg_ext/ya.make
blob: 78e341ca5320ba9e64045fe1db0a2cd15d606bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    yql_pg_ext.cpp
)

PEERDIR(
    yql/essentials/protos
    yql/essentials/parser/pg_catalog
)

END()