CMakeLists.linux-x86_64.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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/array_with_size.h
  18. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/chunked_helpers_trie.h
  19. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.h
  20. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_packer.h
  21. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_trie.h
  22. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/first_symbol_iterator.h
  23. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/key_selector.h
  24. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/leaf_skipper.h
  25. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/set.h
  26. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp
  28. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp
  29. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp
  30. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp
  31. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp
  32. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp
  33. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp
  34. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp
  35. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp
  36. ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp
  37. )