GNU readline and history libraries
Run the following Vcpkg command to install the port.
vcpkg install readline
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)
v0#5
Aug 25, 2023
!uwp
80f8da23a8
Unknown license
Manifest