From b48cb40b16a2a26d360ddcb809dcbf48a3843513 Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Fri, 19 Jul 2024 17:30:04 +0300 Subject: Intermediate changes --- library/cpp/html/entity/ya.make | 1 + library/cpp/html/escape/ut/ya.make | 1 + library/cpp/html/escape/ya.make | 1 + library/cpp/html/pcdata/ut/ya.make | 1 + library/cpp/html/pcdata/ya.make | 1 + 5 files changed, 5 insertions(+) (limited to 'library/cpp/html') diff --git a/library/cpp/html/entity/ya.make b/library/cpp/html/entity/ya.make index 827e9c6b6dd..bb8a9ec2429 100644 --- a/library/cpp/html/entity/ya.make +++ b/library/cpp/html/entity/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( htmlentity.cpp decoder.rl6 diff --git a/library/cpp/html/escape/ut/ya.make b/library/cpp/html/escape/ut/ya.make index 605e99d2fd3..e3744c5b6f5 100644 --- a/library/cpp/html/escape/ut/ya.make +++ b/library/cpp/html/escape/ut/ya.make @@ -1,5 +1,6 @@ UNITTEST() + SRCS( escape_ut.cpp ) diff --git a/library/cpp/html/escape/ya.make b/library/cpp/html/escape/ya.make index b5de3c9a77d..5a57686abf3 100644 --- a/library/cpp/html/escape/ya.make +++ b/library/cpp/html/escape/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( escape.cpp ) diff --git a/library/cpp/html/pcdata/ut/ya.make b/library/cpp/html/pcdata/ut/ya.make index 6d7f95627c0..f7ef7e26aeb 100644 --- a/library/cpp/html/pcdata/ut/ya.make +++ b/library/cpp/html/pcdata/ut/ya.make @@ -1,5 +1,6 @@ UNITTEST_FOR(library/cpp/html/pcdata) + SRCS( pcdata_ut.cpp ) diff --git a/library/cpp/html/pcdata/ya.make b/library/cpp/html/pcdata/ya.make index 2710d6728be..e4cac1892e7 100644 --- a/library/cpp/html/pcdata/ya.make +++ b/library/cpp/html/pcdata/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( pcdata.cpp pcdata.h -- cgit v1.3