diff options
Diffstat (limited to 'library/cpp/html/pcdata/ya.make')
-rw-r--r-- | library/cpp/html/pcdata/ya.make | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/library/cpp/html/pcdata/ya.make b/library/cpp/html/pcdata/ya.make new file mode 100644 index 0000000000..2710d6728b --- /dev/null +++ b/library/cpp/html/pcdata/ya.make @@ -0,0 +1,12 @@ +LIBRARY() + +SRCS( + pcdata.cpp + pcdata.h +) + +END() + +RECURSE_FOR_TESTS( + ut +) |