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

PEERDIR(
    library/cpp/getopt/small
    library/cpp/deprecated/fgood
)

INDUCED_DEPS(h+cpp
    ${ARCADIA_ROOT}/library/cpp/fieldcalc/field_calc_int.h
)

SRCS(
    parsestruct.rl
)

END()