diff options
Diffstat (limited to 'library/cpp/coroutine/engine')
4 files changed, 48 insertions, 0 deletions
diff --git a/library/cpp/coroutine/engine/CMakeLists.darwin-x86_64.txt b/library/cpp/coroutine/engine/CMakeLists.darwin-x86_64.txt index be1a41d15f..d709a1e943 100644 --- a/library/cpp/coroutine/engine/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/coroutine/engine/CMakeLists.darwin-x86_64.txt @@ -6,6 +6,18 @@ # original buildsystem will not be accepted. +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) add_library(cpp-coroutine-engine) target_link_libraries(cpp-coroutine-engine PUBLIC diff --git a/library/cpp/coroutine/engine/CMakeLists.linux-aarch64.txt b/library/cpp/coroutine/engine/CMakeLists.linux-aarch64.txt index 7b3580b27f..b2912afd4c 100644 --- a/library/cpp/coroutine/engine/CMakeLists.linux-aarch64.txt +++ b/library/cpp/coroutine/engine/CMakeLists.linux-aarch64.txt @@ -6,6 +6,18 @@ # original buildsystem will not be accepted. +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) add_library(cpp-coroutine-engine) target_link_libraries(cpp-coroutine-engine PUBLIC diff --git a/library/cpp/coroutine/engine/CMakeLists.linux-x86_64.txt b/library/cpp/coroutine/engine/CMakeLists.linux-x86_64.txt index 7b3580b27f..b2912afd4c 100644 --- a/library/cpp/coroutine/engine/CMakeLists.linux-x86_64.txt +++ b/library/cpp/coroutine/engine/CMakeLists.linux-x86_64.txt @@ -6,6 +6,18 @@ # original buildsystem will not be accepted. +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) add_library(cpp-coroutine-engine) target_link_libraries(cpp-coroutine-engine PUBLIC diff --git a/library/cpp/coroutine/engine/CMakeLists.windows-x86_64.txt b/library/cpp/coroutine/engine/CMakeLists.windows-x86_64.txt index be1a41d15f..d709a1e943 100644 --- a/library/cpp/coroutine/engine/CMakeLists.windows-x86_64.txt +++ b/library/cpp/coroutine/engine/CMakeLists.windows-x86_64.txt @@ -6,6 +6,18 @@ # original buildsystem will not be accepted. +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) add_library(cpp-coroutine-engine) target_link_libraries(cpp-coroutine-engine PUBLIC |