FindHSPELL¶
Finds Hebrew spell-checker (Hspell) and morphology engine.
Result Variables¶
This module defines the following variables:
HSPELL_FOUNDBoolean indicating whether the Hspell is found.
HSPELL_VERSION_STRINGThe version of Hspell found (x.y).
HSPELL_MAJOR_VERSIONThe major version of Hspell.
HSPELL_MINOR_VERSIONThe minor version of Hspell.
Cache Variables¶
The following cache variables may also be set:
HSPELL_INCLUDE_DIRThe Hspell include directory.
HSPELL_LIBRARIESThe libraries needed to use Hspell.
Examples¶
Finding Hspell:
find_package(HSPELL)