aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/html/entity/ya.make
blob: 827e9c6b6dd0d2fda45ee02413960912022bfe0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LIBRARY()

SRCS(
    htmlentity.cpp
    decoder.rl6
)

SET(
    RAGEL6_FLAGS
    -C
    -e
    -F1
)

PEERDIR(
    library/cpp/charset
)

END()