CMakeLists.darwin-arm64.txt 1.5 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(restricted-boost-regex)
  7. target_compile_options(restricted-boost-regex PRIVATE
  8. -DBOOST_HAS_ICU
  9. -DBOOST_NO_CXX98_BINDERS
  10. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  11. )
  12. target_include_directories(restricted-boost-regex PUBLIC
  13. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/include
  14. )
  15. target_link_libraries(restricted-boost-regex PUBLIC
  16. contrib-libs-cxxsupp
  17. contrib-libs-icu
  18. restricted-boost-assert
  19. restricted-boost-concept_check
  20. restricted-boost-config
  21. restricted-boost-container_hash
  22. restricted-boost-core
  23. restricted-boost-integer
  24. restricted-boost-mpl
  25. restricted-boost-predef
  26. restricted-boost-smart_ptr
  27. restricted-boost-static_assert
  28. restricted-boost-throw_exception
  29. restricted-boost-type_traits
  30. )
  31. target_sources(restricted-boost-regex PRIVATE
  32. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/posix_api.cpp
  33. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex.cpp
  34. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/regex_debug.cpp
  35. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/static_mutex.cpp
  36. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/regex/src/wide_posix_api.cpp
  37. )