CMakeLists.darwin-x86_64.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233
  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-container)
  7. target_compile_options(restricted-boost-container PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(restricted-boost-container PUBLIC
  11. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/include
  12. )
  13. target_link_libraries(restricted-boost-container PUBLIC
  14. contrib-libs-cxxsupp
  15. restricted-boost-assert
  16. restricted-boost-config
  17. restricted-boost-intrusive
  18. restricted-boost-move
  19. restricted-boost-static_assert
  20. )
  21. target_sources(restricted-boost-container PRIVATE
  22. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c
  23. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/dlmalloc.cpp
  24. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/global_resource.cpp
  25. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/monotonic_buffer_resource.cpp
  26. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/pool_resource.cpp
  27. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/synchronized_pool_resource.cpp
  28. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/unsynchronized_pool_resource.cpp
  29. )