CMakeLists.linux-x86_64.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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-linux-headers
  12. contrib-libs-cxxsupp
  13. restricted-boost-array
  14. restricted-boost-assert
  15. restricted-boost-config
  16. restricted-boost-core
  17. restricted-boost-endian
  18. restricted-boost-function
  19. restricted-boost-function_types
  20. restricted-boost-fusion
  21. restricted-boost-integer
  22. restricted-boost-io
  23. restricted-boost-iterator
  24. restricted-boost-move
  25. restricted-boost-mpl
  26. restricted-boost-optional
  27. restricted-boost-phoenix
  28. restricted-boost-pool
  29. restricted-boost-preprocessor
  30. restricted-boost-proto
  31. restricted-boost-range
  32. restricted-boost-smart_ptr
  33. restricted-boost-static_assert
  34. restricted-boost-thread
  35. restricted-boost-throw_exception
  36. restricted-boost-type_traits
  37. restricted-boost-typeof
  38. restricted-boost-unordered
  39. restricted-boost-utility
  40. restricted-boost-variant
  41. )