ya.make 1019 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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.84.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/date_time/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/algorithm
  9. contrib/restricted/boost/assert
  10. contrib/restricted/boost/config
  11. contrib/restricted/boost/core
  12. contrib/restricted/boost/io
  13. contrib/restricted/boost/lexical_cast
  14. contrib/restricted/boost/numeric_conversion
  15. contrib/restricted/boost/range
  16. contrib/restricted/boost/smart_ptr
  17. contrib/restricted/boost/static_assert
  18. contrib/restricted/boost/throw_exception
  19. contrib/restricted/boost/tokenizer
  20. contrib/restricted/boost/type_traits
  21. contrib/restricted/boost/utility
  22. contrib/restricted/boost/winapi
  23. )
  24. ADDINCL(
  25. GLOBAL contrib/restricted/boost/date_time/include
  26. )
  27. NO_COMPILER_WARNINGS()
  28. NO_UTIL()
  29. IF (DYNAMIC_BOOST)
  30. CFLAGS(
  31. GLOBAL -DBOOST_DATE_TIME_DYN_LINK
  32. )
  33. ENDIF()
  34. END()