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


SRCS(
    htmlentity.cpp
    decoder.rl6
)

SET(
    RAGEL6_FLAGS
    -C
    -e
    -F1
)

PEERDIR(
    library/cpp/charset
)

END()