aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tools/sql2yql/ya.make
blob: 83284540f55ea9aeca86fe41d2aed3c4c5bf12bf (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
PROGRAM()

PEERDIR(
    contrib/libs/antlr3_cpp_runtime
    library/cpp/getopt
    library/cpp/testing/unittest
    yql/essentials/parser/lexer_common
    yql/essentials/parser/pg_wrapper
    yql/essentials/public/udf/service/stub
    yql/essentials/sql
    yql/essentials/sql/pg
    yql/essentials/sql/v1/format
)

ADDINCL(
    GLOBAL contrib/libs/antlr3_cpp_runtime/include
)

SRCS(
    sql2yql.cpp
)

END()