diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-12 00:00:19 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-12 00:10:05 +0300 |
commit | 0c97333b51caf4a002d434eb910d31973af319cc (patch) | |
tree | c7ae6dee43d3abb1012868572ee753cb2e8d68ca | |
parent | e0943acf1f045ab8975b567b099ab7152b063478 (diff) | |
download | ydb-0c97333b51caf4a002d434eb910d31973af319cc.tar.gz |
Intermediate changes
-rw-r--r-- | library/cpp/svnversion/ya.make | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/cpp/svnversion/ya.make b/library/cpp/svnversion/ya.make index 3789c4b38a..d028f45c94 100644 --- a/library/cpp/svnversion/ya.make +++ b/library/cpp/svnversion/ya.make @@ -4,7 +4,13 @@ SRCS( svnversion.cpp svn_interface.c ) + +IF (OPENSOURCE_PROJECT == "yt-cpp-sdk") + PEERDIR(build/scripts/c_templates/) +ENDIF() + END() + RECURSE( test ) |