CMakeLists.darwin-arm64.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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-cxxsupp
  9. yutil
  10. library-cpp-packers
  11. cpp-containers-compact_vector
  12. cpp-on_disk-chunks
  13. util-draft
  14. )
  15. target_sources(cpp-containers-comptrie PRIVATE
  16. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/array_with_size.h
  17. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/chunked_helpers_trie.h
  18. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.h
  19. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_packer.h
  20. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_trie.h
  21. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/first_symbol_iterator.h
  22. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/key_selector.h
  23. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/leaf_skipper.h
  24. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/set.h
  25. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp
  28. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp
  29. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp
  30. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp
  31. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp
  32. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp
  33. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp
  34. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp
  35. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp
  36. )