aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-17 23:38:18 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-17 23:38:18 +0300
commitb7e25ac4eef0181a0b58bd86deb2d36553c7f67e (patch)
tree116531b9cc21327666e480ff7a4f721d42f3b4f2 /library/cpp
parentf8e5087242fcd0e2f3099f62437ed81b88d859f1 (diff)
downloadydb-b7e25ac4eef0181a0b58bd86deb2d36553c7f67e.tar.gz
intermediate changes
ref:4b4acf4c3b9e1212fd3c6ed880d7d81b5da0b227
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/build_info/CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/library/cpp/build_info/CMakeLists.txt b/library/cpp/build_info/CMakeLists.txt
index b1075e61da8..6223c56b953 100644
--- a/library/cpp/build_info/CMakeLists.txt
+++ b/library/cpp/build_info/CMakeLists.txt
@@ -32,3 +32,23 @@ add_custom_command(
\"${CMAKE_CXX_COMPILER}\"
\"${CMAKE_CXX_FLAGS}\"
)
+set(
+ KOSHER_SVN_VERSION
+
+)
+set(
+ SANDBOX_TASK_ID
+ 0
+)
+configure_file(
+ ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in
+ ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp
+)
+set(
+ BUILD_TYPE
+ RELEASE
+)
+configure_file(
+ ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in
+ ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp
+)