diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-11-09 11:32:42 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-11-09 12:00:54 +0300 |
commit | 271de17955e199c5c8c7775734d3ac519c06c497 (patch) | |
tree | 3e930cb9aeeb0591bc1b206686175d3e25b7cf78 | |
parent | 02e4abc1fa5f00a207010969e130aa78c5285d1c (diff) | |
download | ydb-271de17955e199c5c8c7775734d3ac519c06c497.tar.gz |
Check only changed files since last import
-rw-r--r-- | ydb/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ydb/epilogue.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ydb/CMakeLists.txt b/ydb/CMakeLists.txt index 066036e84b..4a754caddf 100644 --- a/ydb/CMakeLists.txt +++ b/ydb/CMakeLists.txt @@ -14,6 +14,7 @@ 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..eec6cb7862 100644 --- a/ydb/epilogue.cmake +++ b/ydb/epilogue.cmake @@ -1,5 +1,6 @@ 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 |