diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-11-07 17:30:42 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-11-07 17:53:30 +0300 |
commit | 7260302093d21007fa4327c53b5c4c4623054daa (patch) | |
tree | 9c16fb9b3c2a1cf85f06eadfce296cf926838387 | |
parent | d2de62164bfaeedfd9a65c5e0e2adfd748ab1f37 (diff) | |
download | ydb-7260302093d21007fa4327c53b5c4c4623054daa.tar.gz |
KIKIMR-19971 Reset PR branch to base
-rw-r--r-- | ydb/CMakeLists.txt | 2 | ||||
-rw-r--r-- | ydb/epilogue.cmake | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ydb/CMakeLists.txt b/ydb/CMakeLists.txt index 066036e84b..504fa349c7 100644 --- a/ydb/CMakeLists.txt +++ b/ydb/CMakeLists.txt @@ -14,6 +14,8 @@ add_subdirectory(services) add_subdirectory(tests) add_custom_target(ydb_py_protos) + + add_custom_command( TARGET ydb_py_protos POST_BUILD COMMAND ${CMAKE_SOURCE_DIR}/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors diff --git a/ydb/epilogue.cmake b/ydb/epilogue.cmake index 97ef638b67..e81eaa504f 100644 --- a/ydb/epilogue.cmake +++ b/ydb/epilogue.cmake @@ -1,5 +1,7 @@ add_custom_target(ydb_py_protos) + + add_custom_command( TARGET ydb_py_protos POST_BUILD COMMAND ${CMAKE_SOURCE_DIR}/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors |