diff options
| author | robot-piglet <[email protected]> | 2024-07-19 17:30:04 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-19 17:41:55 +0300 |
| commit | b48cb40b16a2a26d360ddcb809dcbf48a3843513 (patch) | |
| tree | 18f7a12724bcc242294362d27d7956a38805fcee /library/cpp/deprecated | |
| parent | 239a6786ba899f74fb960904a34b14e89419e852 (diff) | |
Intermediate changes
Diffstat (limited to 'library/cpp/deprecated')
| -rw-r--r-- | library/cpp/deprecated/accessors/ut/ya.make | 1 | ||||
| -rw-r--r-- | library/cpp/deprecated/accessors/ya.make | 1 | ||||
| -rw-r--r-- | library/cpp/deprecated/enum_codegen/ya.make | 1 | ||||
| -rw-r--r-- | library/cpp/deprecated/split/ya.make | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/library/cpp/deprecated/accessors/ut/ya.make b/library/cpp/deprecated/accessors/ut/ya.make index 5e79af5efd9..e73ce78c3dc 100644 --- a/library/cpp/deprecated/accessors/ut/ya.make +++ b/library/cpp/deprecated/accessors/ut/ya.make @@ -1,5 +1,6 @@ UNITTEST_FOR(library/cpp/deprecated/accessors) + SRCS( accessors_ut.cpp ) diff --git a/library/cpp/deprecated/accessors/ya.make b/library/cpp/deprecated/accessors/ya.make index 0aa8fcfa9bd..53f3d785014 100644 --- a/library/cpp/deprecated/accessors/ya.make +++ b/library/cpp/deprecated/accessors/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( accessors.cpp accessors_impl.cpp diff --git a/library/cpp/deprecated/enum_codegen/ya.make b/library/cpp/deprecated/enum_codegen/ya.make index 9ff9997c84d..b720fd75971 100644 --- a/library/cpp/deprecated/enum_codegen/ya.make +++ b/library/cpp/deprecated/enum_codegen/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( enum_codegen.cpp ) diff --git a/library/cpp/deprecated/split/ya.make b/library/cpp/deprecated/split/ya.make index 8b6897fa28f..4a3d21835a6 100644 --- a/library/cpp/deprecated/split/ya.make +++ b/library/cpp/deprecated/split/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( delim_string_iter.cpp split_iterator.cpp |
