ya.make 571 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. VERSION(16.0.0)
  4. LICENSE(Apache-2.0 WITH LLVM-exception)
  5. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  6. PEERDIR(
  7. contrib/libs/llvm16
  8. contrib/libs/llvm16/lib/BinaryFormat
  9. contrib/libs/llvm16/lib/DebugInfo/DWARF
  10. contrib/libs/llvm16/lib/DebugInfo/Symbolize
  11. contrib/libs/llvm16/lib/Object
  12. contrib/libs/llvm16/lib/Support
  13. )
  14. ADDINCL(
  15. contrib/libs/llvm16/lib/Debuginfod
  16. )
  17. NO_COMPILER_WARNINGS()
  18. NO_UTIL()
  19. SRCS(
  20. BuildIDFetcher.cpp
  21. Debuginfod.cpp
  22. HTTPClient.cpp
  23. HTTPServer.cpp
  24. )
  25. END()