diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
commit | 9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch) | |
tree | 81cb5c300de0ed2dd55497e5f21602556f255e5d /tools/rescompiler | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.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 0a55933ae0..e7927a713c 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 4db87724e7..6146034313 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 0603fab76b..6fa1888e8f 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) |