diff options
Diffstat (limited to 'library/cpp/html/entity')
| -rw-r--r-- | library/cpp/html/entity/ya.make | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/library/cpp/html/entity/ya.make b/library/cpp/html/entity/ya.make new file mode 100644 index 00000000000..827e9c6b6dd --- /dev/null +++ b/library/cpp/html/entity/ya.make @@ -0,0 +1,19 @@ +LIBRARY() + +SRCS( + htmlentity.cpp + decoder.rl6 +) + +SET( + RAGEL6_FLAGS + -C + -e + -F1 +) + +PEERDIR( + library/cpp/charset +) + +END() |
