ya.make 740 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Generated by devtools/yamaker from nixpkgs 22.05.
  2. LIBRARY()
  3. LICENSE(
  4. BSD-3-Clause AND
  5. Custom-wcwidth AND
  6. Unicode-Mappings
  7. )
  8. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  9. VERSION(2022-09-09)
  10. ORIGINAL_SOURCE(https://github.com/ClickHouse/replxx/archive/5d04501f93a4fb7f0bb8b73b8f614bc986f9e25b.tar.gz)
  11. ADDINCL(
  12. GLOBAL contrib/restricted/patched/replxx/include
  13. contrib/restricted/patched/replxx/src
  14. )
  15. NO_COMPILER_WARNINGS()
  16. NO_UTIL()
  17. CFLAGS(
  18. GLOBAL -DREPLXX_STATIC
  19. )
  20. SRCS(
  21. src/ConvertUTF.cpp
  22. src/conversion.cxx
  23. src/escape.cxx
  24. src/history.cxx
  25. src/prompt.cxx
  26. src/replxx.cxx
  27. src/replxx_impl.cxx
  28. src/terminal.cxx
  29. src/util.cxx
  30. src/wcwidth.cpp
  31. src/windows.cxx
  32. )
  33. END()