diff options
Diffstat (limited to 'library/cpp/json/yson/CMakeLists.darwin-arm64.txt')
-rw-r--r-- | library/cpp/json/yson/CMakeLists.darwin-arm64.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/library/cpp/json/yson/CMakeLists.darwin-arm64.txt b/library/cpp/json/yson/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 9f16a5a41e..0000000000 --- a/library/cpp/json/yson/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-json-yson) -target_link_libraries(cpp-json-yson PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-json-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp -) |