CMakeLists.windows-x86_64.txt 1.0 KB

123456789101112131415161718192021222324252627
  1. # This file was generated by the build system used internally in the Yandex monorepo.
  2. # Only simple modifications are allowed (adding source-files to targets, adding simple properties
  3. # like target_include_directories). These modifications will be ported to original
  4. # ya.make files by maintainers. Any complex modifications which can't be ported back to the
  5. # original buildsystem will not be accepted.
  6. add_subdirectory(proto)
  7. add_library(cpp-protobuf-util)
  8. target_link_libraries(cpp-protobuf-util PUBLIC
  9. contrib-libs-cxxsupp
  10. yutil
  11. contrib-libs-protobuf
  12. library-cpp-binsaver
  13. protobuf-util-proto
  14. cpp-string_utils-base64
  15. )
  16. target_sources(cpp-protobuf-util PRIVATE
  17. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp
  18. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp
  19. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp
  20. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp
  23. )