CMakeLists.linux-x86_64.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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-graph)
  7. target_compile_options(restricted-boost-graph PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(restricted-boost-graph PUBLIC
  11. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/include
  12. )
  13. target_link_libraries(restricted-boost-graph PUBLIC
  14. contrib-libs-linux-headers
  15. contrib-libs-cxxsupp
  16. restricted-boost-algorithm
  17. restricted-boost-any
  18. restricted-boost-array
  19. restricted-boost-assert
  20. restricted-boost-bimap
  21. restricted-boost-bind
  22. restricted-boost-concept_check
  23. restricted-boost-config
  24. restricted-boost-container_hash
  25. restricted-boost-conversion
  26. restricted-boost-core
  27. restricted-boost-detail
  28. restricted-boost-foreach
  29. restricted-boost-function
  30. restricted-boost-integer
  31. restricted-boost-iterator
  32. restricted-boost-lexical_cast
  33. restricted-boost-math
  34. restricted-boost-move
  35. restricted-boost-mpl
  36. restricted-boost-multi_index
  37. restricted-boost-optional
  38. restricted-boost-parameter
  39. restricted-boost-preprocessor
  40. restricted-boost-property_map
  41. restricted-boost-property_tree
  42. restricted-boost-random
  43. restricted-boost-range
  44. restricted-boost-regex
  45. restricted-boost-serialization
  46. restricted-boost-smart_ptr
  47. restricted-boost-spirit
  48. restricted-boost-static_assert
  49. restricted-boost-throw_exception
  50. restricted-boost-tti
  51. restricted-boost-tuple
  52. restricted-boost-type_traits
  53. restricted-boost-typeof
  54. restricted-boost-unordered
  55. restricted-boost-utility
  56. restricted-boost-xpressive
  57. )
  58. target_sources(restricted-boost-graph PRIVATE
  59. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/src/graphml.cpp
  60. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/src/read_graphviz_new.cpp
  61. )