aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cppparser/ya.make
blob: bbb0bc11cd6a87fd147ebcb4d919a45ed1d3a322 (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY()

OWNER(pg)

SRCS(
    parser.cpp
)

END()