CMakeLists.linux-aarch64.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # This file was gererated 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_library(library-cpp-tdigest)
  7. target_link_libraries(library-cpp-tdigest PUBLIC
  8. contrib-libs-linux-headers
  9. contrib-libs-cxxsupp
  10. yutil
  11. contrib-libs-protobuf
  12. )
  13. target_proto_messages(library-cpp-tdigest PRIVATE
  14. ${CMAKE_SOURCE_DIR}/library/cpp/tdigest/tdigest.proto
  15. )
  16. target_sources(library-cpp-tdigest PRIVATE
  17. ${CMAKE_SOURCE_DIR}/library/cpp/tdigest/tdigest.cpp
  18. )
  19. target_proto_addincls(library-cpp-tdigest
  20. ./
  21. ${CMAKE_SOURCE_DIR}/
  22. ${CMAKE_BINARY_DIR}
  23. ${CMAKE_SOURCE_DIR}
  24. ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
  25. ${CMAKE_BINARY_DIR}
  26. ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src
  27. )
  28. target_proto_outs(library-cpp-tdigest
  29. --cpp_out=${CMAKE_BINARY_DIR}/
  30. --cpp_styleguide_out=${CMAKE_BINARY_DIR}/
  31. )