aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/fast_sax
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/json/fast_sax
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/json/fast_sax')
-rw-r--r--library/cpp/json/fast_sax/CMakeLists.darwin.txt4
-rw-r--r--library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt4
-rw-r--r--library/cpp/json/fast_sax/CMakeLists.linux.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/json/fast_sax/CMakeLists.darwin.txt b/library/cpp/json/fast_sax/CMakeLists.darwin.txt
index 07cce741da..441d602ca7 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
)
diff --git a/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt b/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt
index 2496d4c043..5a75c7a88f 100644
--- a/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt
@@ -15,10 +15,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
)
diff --git a/library/cpp/json/fast_sax/CMakeLists.linux.txt b/library/cpp/json/fast_sax/CMakeLists.linux.txt
index 2496d4c043..5a75c7a88f 100644
--- a/library/cpp/json/fast_sax/CMakeLists.linux.txt
+++ b/library/cpp/json/fast_sax/CMakeLists.linux.txt
@@ -15,10 +15,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
)