FindReadlineΒΆ

Try to find GNU Readline, a library for easy editing of command lines. Once done this will define the following variables:

Readline_FOUND         - System has GNU Readline
Readline_INCLUDE_DIRS  - GNU Readline include directory
Readline_LIBRARIES     - GNU Readline libraries
Readline_DEFINITIONS   - Additional compiler flags for GNU Readline
Readline_VERSION       - GNU Readline version
Readline_MAJOR_VERSION - GNU Readline major version
Readline_MINOR_VERSION - GNU Readline minor version

Environment variables used to locate the GNU Readline library:

READLINE_DIR - Readline root directory

Cached variables used to locate the GNU Readline library:

Readline_INCLUDE_DIR - the Readline include directory
Readline_LIBRARY_RELEASE - GNU Readline library (release)
Readline_LIBRARY_DEBUG - GNU Readline library (debug)