aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/html/entity/ya.make
blob: bb8a9ec24290a37b9feb983a1002f238329703e7 (plain) (tree)
1
2
3
         
 















                       
LIBRARY()


SRCS(
    htmlentity.cpp
    decoder.rl6
)

SET(
    RAGEL6_FLAGS
    -C
    -e
    -F1
)

PEERDIR(
    library/cpp/charset
)

END()