1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # Generated by devtools/yamaker from nixpkgs 22.05.
- LIBRARY()
- LICENSE(
- BSD-3-Clause AND
- Custom-wcwidth AND
- Unicode-Mappings
- )
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- VERSION(2022-09-09)
- ORIGINAL_SOURCE(https://github.com/ClickHouse/replxx/archive/5d04501f93a4fb7f0bb8b73b8f614bc986f9e25b.tar.gz)
- ADDINCL(
- GLOBAL contrib/restricted/patched/replxx/include
- contrib/restricted/patched/replxx/src
- )
- NO_COMPILER_WARNINGS()
- NO_UTIL()
- CFLAGS(
- GLOBAL -DREPLXX_STATIC
- )
- SRCS(
- src/ConvertUTF.cpp
- src/conversion.cxx
- src/escape.cxx
- src/history.cxx
- src/prompt.cxx
- src/replxx.cxx
- src/replxx_impl.cxx
- src/terminal.cxx
- src/util.cxx
- src/wcwidth.cpp
- src/windows.cxx
- )
- END()
|