aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/html/escape/ya.make
blob: 5a57686abf339184c4d2026d4db8cf1ae97524c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()


SRCS(
    escape.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)