CMakeLists.windows-x86_64.txt 2.0 KB

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