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

OWNER(
    g:util
    mvel
)

SRCS(
    parse_enum.cpp
)

PEERDIR(
    library/cpp/cppparser
)

END()