ya.make 495 B

1234567891011121314151617181920212223242526272829303132
  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/winapi/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/config
  9. contrib/restricted/boost/predef
  10. )
  11. ADDINCL(
  12. GLOBAL contrib/restricted/boost/winapi/include
  13. )
  14. NO_COMPILER_WARNINGS()
  15. NO_UTIL()
  16. IF (OS_WINDOWS)
  17. CFLAGS(
  18. GLOBAL -DBOOST_USE_WINDOWS_H
  19. )
  20. ENDIF()
  21. END()