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 /tools/rescompiler | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'tools/rescompiler')
-rw-r--r-- | tools/rescompiler/bin/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | tools/rescompiler/bin/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | tools/rescompiler/bin/CMakeLists.linux.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/rescompiler/bin/CMakeLists.darwin.txt b/tools/rescompiler/bin/CMakeLists.darwin.txt index e7927a713c..0a55933ae0 100644 --- a/tools/rescompiler/bin/CMakeLists.darwin.txt +++ b/tools/rescompiler/bin/CMakeLists.darwin.txt @@ -21,6 +21,6 @@ target_link_options(rescompiler PRIVATE -fPIC ) target_sources(rescompiler PRIVATE - ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp + \${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp ) vcs_info(rescompiler) diff --git a/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt b/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt index 6146034313..4db87724e7 100644 --- a/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt +++ b/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt @@ -26,6 +26,6 @@ target_link_options(rescompiler PRIVATE -ldl ) target_sources(rescompiler PRIVATE - ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp + \${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp ) vcs_info(rescompiler) diff --git a/tools/rescompiler/bin/CMakeLists.linux.txt b/tools/rescompiler/bin/CMakeLists.linux.txt index 6fa1888e8f..0603fab76b 100644 --- a/tools/rescompiler/bin/CMakeLists.linux.txt +++ b/tools/rescompiler/bin/CMakeLists.linux.txt @@ -28,6 +28,6 @@ target_link_options(rescompiler PRIVATE -ldl ) target_sources(rescompiler PRIVATE - ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp + \${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp ) vcs_info(rescompiler) |