diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 17:30:04 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 17:41:55 +0300 |
commit | b48cb40b16a2a26d360ddcb809dcbf48a3843513 (patch) | |
tree | 18f7a12724bcc242294362d27d7956a38805fcee /library/cpp/linear_regression | |
parent | 239a6786ba899f74fb960904a34b14e89419e852 (diff) | |
download | ydb-b48cb40b16a2a26d360ddcb809dcbf48a3843513.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/linear_regression')
-rw-r--r-- | library/cpp/linear_regression/benchmark/ya.make | 1 | ||||
-rw-r--r-- | library/cpp/linear_regression/ut/ya.make | 1 | ||||
-rw-r--r-- | library/cpp/linear_regression/ya.make | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/linear_regression/benchmark/ya.make b/library/cpp/linear_regression/benchmark/ya.make index 5a2f1ebb5d..6d3a6be004 100644 --- a/library/cpp/linear_regression/benchmark/ya.make +++ b/library/cpp/linear_regression/benchmark/ya.make @@ -1,5 +1,6 @@ PROGRAM(linear_regression_benchmark) + SRCS( pool.h pool.cpp diff --git a/library/cpp/linear_regression/ut/ya.make b/library/cpp/linear_regression/ut/ya.make index 18e8e5eff0..33f40fabad 100644 --- a/library/cpp/linear_regression/ut/ya.make +++ b/library/cpp/linear_regression/ut/ya.make @@ -1,5 +1,6 @@ UNITTEST() + PEERDIR( ADDINCL library/cpp/linear_regression ) diff --git a/library/cpp/linear_regression/ya.make b/library/cpp/linear_regression/ya.make index 504de7ee6e..1a763bcceb 100644 --- a/library/cpp/linear_regression/ya.make +++ b/library/cpp/linear_regression/ya.make @@ -1,5 +1,6 @@ LIBRARY() + SRCS( linear_regression.cpp unimodal.cpp |