diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-09-13 08:44:29 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-09-13 08:44:29 +0000 |
commit | 2e6cb77e04b736082e5706f31bdd92bffdcbdc28 (patch) | |
tree | 7b38df2eddbd3bfc17730fe13496b5efb0a039a4 /library/cpp/svnversion | |
parent | a3a65179dfa7410d510252adbc2d04c8751f3126 (diff) | |
parent | 02f70f11e125e828e4ac5ea843ca7c657cbb45cd (diff) | |
download | ydb-2e6cb77e04b736082e5706f31bdd92bffdcbdc28.tar.gz |
Merge branch 'rightlib' into mergelibs-240913-0843
Diffstat (limited to 'library/cpp/svnversion')
-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 ) |