CMakeLists.darwin-arm64.txt 1.1 KB

12345678910111213141516171819202122232425262728293031
  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. get_built_tool_path(
  7. TOOL_enum_parser_bin
  8. TOOL_enum_parser_dependency
  9. tools/enum_parser/enum_parser
  10. enum_parser
  11. )
  12. add_library(cpp-threading-thread_local)
  13. target_link_libraries(cpp-threading-thread_local PUBLIC
  14. contrib-libs-cxxsupp
  15. yutil
  16. cpp-threading-hot_swap
  17. cpp-threading-skip_list
  18. tools-enum_parser-enum_serialization_runtime
  19. )
  20. target_sources(cpp-threading-thread_local PRIVATE
  21. ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp
  22. )
  23. generate_enum_serilization(cpp-threading-thread_local
  24. ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h
  25. INCLUDE_HEADERS
  26. library/cpp/threading/thread_local/thread_local.h
  27. )