readlinev0
- Updated
GNU readline and history libraries
#Usage
the package readline can be used under windows via:
find_package(unofficial-readline-win32 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::readline-win32::readline)The package readline can be imported via the CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED)
pkg_check_modules(readline REQUIRED IMPORTED_TARGET readline)
target_link_libraries(main PRIVATE PkgConfig::readline)#License
Could not be determined
#Features
No features defined.
#Dependencies
readline-unix
Platforms:
!windowsreadline-win32
Platforms:
windows
and one transitive dependency:
- ncurses (through readline-unix)
#Host Dependencies
4 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-config (through readline-win32)
- vcpkg-cmake-get-vars (through ncurses)
- vcpkg-make (through ncurses)
#Used By
#Host Tool For
No ports use this.
#Contributors
Frederik Carlier
Phil Christensen
Billy O'Neal
zekoz
Jack·Boos·Yu
autoantwort
jim wang