diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
tree | bb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/json/fast_sax/CMakeLists.darwin.txt | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/json/fast_sax/CMakeLists.darwin.txt')
-rw-r--r-- | library/cpp/json/fast_sax/CMakeLists.darwin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/json/fast_sax/CMakeLists.darwin.txt b/library/cpp/json/fast_sax/CMakeLists.darwin.txt index 441d602ca7..07cce741da 100644 --- a/library/cpp/json/fast_sax/CMakeLists.darwin.txt +++ b/library/cpp/json/fast_sax/CMakeLists.darwin.txt @@ -14,10 +14,10 @@ target_link_libraries(cpp-json-fast_sax PUBLIC cpp-json-common ) target_sources(cpp-json-fast_sax PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/unescape.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/unescape.cpp ) target_ragel_lexers(cpp-json-fast_sax PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/parser.rl6 + \${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/parser.rl6 -CG2 ) |