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 /contrib/restricted/dragonbox | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/dragonbox')
-rw-r--r-- | contrib/restricted/dragonbox/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | contrib/restricted/dragonbox/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | contrib/restricted/dragonbox/CMakeLists.linux.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/dragonbox/CMakeLists.darwin.txt b/contrib/restricted/dragonbox/CMakeLists.darwin.txt index 9f9ecc0c0f..ebea4fc54e 100644 --- a/contrib/restricted/dragonbox/CMakeLists.darwin.txt +++ b/contrib/restricted/dragonbox/CMakeLists.darwin.txt @@ -18,5 +18,5 @@ target_link_libraries(dragonbox PUBLIC contrib-libs-cxxsupp ) target_sources(dragonbox PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp ) diff --git a/contrib/restricted/dragonbox/CMakeLists.linux-aarch64.txt b/contrib/restricted/dragonbox/CMakeLists.linux-aarch64.txt index 15179f00ad..e1ec435115 100644 --- a/contrib/restricted/dragonbox/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/dragonbox/CMakeLists.linux-aarch64.txt @@ -19,5 +19,5 @@ target_link_libraries(dragonbox PUBLIC contrib-libs-cxxsupp ) target_sources(dragonbox PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp ) diff --git a/contrib/restricted/dragonbox/CMakeLists.linux.txt b/contrib/restricted/dragonbox/CMakeLists.linux.txt index 15179f00ad..e1ec435115 100644 --- a/contrib/restricted/dragonbox/CMakeLists.linux.txt +++ b/contrib/restricted/dragonbox/CMakeLists.linux.txt @@ -19,5 +19,5 @@ target_link_libraries(dragonbox PUBLIC contrib-libs-cxxsupp ) target_sources(dragonbox PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox/source/dragonbox_to_chars.cpp ) |