ya.make 544 B

1234567891011121314151617181920212223242526272829
  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/scope_exit/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/config
  9. contrib/restricted/boost/function
  10. contrib/restricted/boost/preprocessor
  11. contrib/restricted/boost/type_traits
  12. contrib/restricted/boost/typeof
  13. )
  14. ADDINCL(
  15. GLOBAL contrib/restricted/boost/scope_exit/include
  16. )
  17. NO_COMPILER_WARNINGS()
  18. NO_UTIL()
  19. END()