CMakeLists.windows-x86_64.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-spirit INTERFACE)
  7. target_include_directories(restricted-boost-spirit INTERFACE
  8. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/spirit/include
  9. )
  10. target_link_libraries(restricted-boost-spirit INTERFACE
  11. contrib-libs-cxxsupp
  12. restricted-boost-array
  13. restricted-boost-assert
  14. restricted-boost-config
  15. restricted-boost-core
  16. restricted-boost-endian
  17. restricted-boost-function
  18. restricted-boost-function_types
  19. restricted-boost-fusion
  20. restricted-boost-integer
  21. restricted-boost-io
  22. restricted-boost-iterator
  23. restricted-boost-move
  24. restricted-boost-mpl
  25. restricted-boost-optional
  26. restricted-boost-phoenix
  27. restricted-boost-pool
  28. restricted-boost-preprocessor
  29. restricted-boost-proto
  30. restricted-boost-range
  31. restricted-boost-smart_ptr
  32. restricted-boost-static_assert
  33. restricted-boost-thread
  34. restricted-boost-throw_exception
  35. restricted-boost-type_traits
  36. restricted-boost-typeof
  37. restricted-boost-unordered
  38. restricted-boost-utility
  39. restricted-boost-variant
  40. )