aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tools/astdiff/ya.make
blob: 2facdcd095a9fa448227a27f2c519e8baf5945cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PROGRAM(astdiff)

SRCS(
    astdiff.cpp
)

PEERDIR(
    library/cpp/getopt
    library/cpp/svnversion
    yql/essentials/ast
    yql/essentials/utils/backtrace

    contrib/libs/dtl
)

END()