CMakeLists.linux-aarch64.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132
  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_library(cpp-containers-comptrie)
  7. target_link_libraries(cpp-containers-comptrie PUBLIC
  8. contrib-libs-linux-headers
  9. contrib-libs-cxxsupp
  10. yutil
  11. library-cpp-packers
  12. cpp-containers-compact_vector
  13. cpp-on_disk-chunks
  14. util-draft
  15. )
  16. target_sources(cpp-containers-comptrie PRIVATE
  17. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp
  18. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp
  19. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp
  20. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp
  24. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp
  25. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp
  28. )