diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-03-06 16:56:18 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-03-06 16:56:18 +0300 |
commit | cbc0c479c131a1e63ca86fe98b031e1bcac725d8 (patch) | |
tree | 12245a82da1c7f54d54befcfb7706643e8166505 /library/cpp/unicode/set/CMakeLists.linux.txt | |
parent | ea8e336dc456c44b848619e120a8f3643c6125af (diff) | |
download | ydb-cbc0c479c131a1e63ca86fe98b031e1bcac725d8.tar.gz |
External build system generator release 17
Update tools: yexport
Diffstat (limited to 'library/cpp/unicode/set/CMakeLists.linux.txt')
-rw-r--r-- | library/cpp/unicode/set/CMakeLists.linux.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/cpp/unicode/set/CMakeLists.linux.txt b/library/cpp/unicode/set/CMakeLists.linux.txt index fce1655078..1746645e0c 100644 --- a/library/cpp/unicode/set/CMakeLists.linux.txt +++ b/library/cpp/unicode/set/CMakeLists.linux.txt @@ -6,6 +6,12 @@ # 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 +) add_library(cpp-unicode-set) target_link_libraries(cpp-unicode-set PUBLIC |