ya.make 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(1.87.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/filesystem/archive/boost-1.87.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/assert
  9. contrib/restricted/boost/atomic
  10. contrib/restricted/boost/config
  11. contrib/restricted/boost/container_hash
  12. contrib/restricted/boost/core
  13. contrib/restricted/boost/detail
  14. contrib/restricted/boost/io
  15. contrib/restricted/boost/iterator
  16. contrib/restricted/boost/predef
  17. contrib/restricted/boost/scope
  18. contrib/restricted/boost/smart_ptr
  19. contrib/restricted/boost/system
  20. contrib/restricted/boost/type_traits
  21. contrib/restricted/boost/winapi
  22. )
  23. ADDINCL(
  24. GLOBAL contrib/restricted/boost/filesystem/include
  25. )
  26. NO_COMPILER_WARNINGS()
  27. NO_UTIL()
  28. CFLAGS(
  29. -DBOOST_FILESYSTEM_NO_CXX20_ATOMIC_REF
  30. )
  31. IF (OS_LINUX)
  32. CFLAGS(
  33. GLOBAL -DBOOST_FILESYSTEM_HAS_POSIX_AT_APIS
  34. )
  35. ENDIF()
  36. IF (DYNAMIC_BOOST)
  37. CFLAGS(
  38. GLOBAL -DBOOST_FILESYSTEM_DYN_LINK
  39. -DBOOST_FILESYSTEM_SOURCE
  40. )
  41. ENDIF()
  42. SRCS(
  43. src/codecvt_error_category.cpp
  44. src/directory.cpp
  45. src/exception.cpp
  46. src/operations.cpp
  47. src/path.cpp
  48. src/path_traits.cpp
  49. src/portability.cpp
  50. src/unique_path.cpp
  51. src/utf8_codecvt_facet.cpp
  52. src/windows_file_codecvt.cpp
  53. )
  54. END()