diff options
| author | robot-piglet <[email protected]> | 2023-02-07 17:37:14 +0300 | 
|---|---|---|
| committer | robot-piglet <[email protected]> | 2023-02-07 17:37:14 +0300 | 
| commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
| tree | bb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/regex/hyperscan | |
| parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
Intermediate changes
Diffstat (limited to 'library/cpp/regex/hyperscan')
| -rw-r--r-- | library/cpp/regex/hyperscan/CMakeLists.darwin.txt | 2 | ||||
| -rw-r--r-- | library/cpp/regex/hyperscan/CMakeLists.linux.txt | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/hyperscan/CMakeLists.darwin.txt b/library/cpp/regex/hyperscan/CMakeLists.darwin.txt index 47150388a7a..de01f1be015 100644 --- a/library/cpp/regex/hyperscan/CMakeLists.darwin.txt +++ b/library/cpp/regex/hyperscan/CMakeLists.darwin.txt @@ -18,5 +18,5 @@ target_link_libraries(cpp-regex-hyperscan PUBLIC    libs-hyperscan-runtime_avx512  )  target_sources(cpp-regex-hyperscan PRIVATE -  ${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp +  \${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp  ) diff --git a/library/cpp/regex/hyperscan/CMakeLists.linux.txt b/library/cpp/regex/hyperscan/CMakeLists.linux.txt index 8c71567f3a2..bd0e205dc95 100644 --- a/library/cpp/regex/hyperscan/CMakeLists.linux.txt +++ b/library/cpp/regex/hyperscan/CMakeLists.linux.txt @@ -19,5 +19,5 @@ target_link_libraries(cpp-regex-hyperscan PUBLIC    libs-hyperscan-runtime_avx512  )  target_sources(cpp-regex-hyperscan PRIVATE -  ${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp +  \${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp  )  | 
