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/protobuf/interop/CMakeLists.linux.txt | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/protobuf/interop/CMakeLists.linux.txt')
-rw-r--r-- | library/cpp/protobuf/interop/CMakeLists.linux.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/interop/CMakeLists.linux.txt b/library/cpp/protobuf/interop/CMakeLists.linux.txt index 0c2bd62d47..690a8f2b70 100644 --- a/library/cpp/protobuf/interop/CMakeLists.linux.txt +++ b/library/cpp/protobuf/interop/CMakeLists.linux.txt @@ -15,5 +15,5 @@ target_link_libraries(cpp-protobuf-interop PUBLIC contrib-libs-protobuf ) target_sources(cpp-protobuf-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp ) |