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/comptable | |
| parent | 239a6786ba899f74fb960904a34b14e89419e852 (diff) | |
Intermediate changes
Diffstat (limited to 'library/cpp/comptable')
| -rw-r--r-- | library/cpp/comptable/usage/ya.make | 1 | ||||
| -rw-r--r-- | library/cpp/comptable/ut/ya.make | 1 | ||||
| -rw-r--r-- | library/cpp/comptable/ya.make | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/comptable/usage/ya.make b/library/cpp/comptable/usage/ya.make index e622cc106e5..b56ae6736f1 100644 --- a/library/cpp/comptable/usage/ya.make +++ b/library/cpp/comptable/usage/ya.make @@ -1,5 +1,6 @@ PROGRAM() + SRCS( usage.cpp ) diff --git a/library/cpp/comptable/ut/ya.make b/library/cpp/comptable/ut/ya.make index d98ecad7b68..71966923e4c 100644 --- a/library/cpp/comptable/ut/ya.make +++ b/library/cpp/comptable/ut/ya.make @@ -1,5 +1,6 @@ UNITTEST_FOR(library/cpp/comptable) + SRCS( comptable_ut.cpp ) diff --git a/library/cpp/comptable/ya.make b/library/cpp/comptable/ya.make index a4e6e286d2f..38ec34d6c11 100644 --- a/library/cpp/comptable/ya.make +++ b/library/cpp/comptable/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( comptable.cpp ) |
