aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/docs/ya.make
blob: 1122a09b58a93e98b6675f37e4689783851e626d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

SRCS(
    markdown.cpp
)

PEERDIR(
    yql/essentials/utils
    contrib/libs/re2
)

END()

RECURSE_FOR_TESTS(
    ut
)