FindHSPELL¶
Finds Hebrew spell-checker (Hspell) and morphology engine.
結果變數¶
This module defines the following variables:
HSPELL_FOUND
Boolean indicating whether the Hspell is found.
HSPELL_VERSION_STRING
The version of Hspell found (x.y).
HSPELL_MAJOR_VERSION
The major version of Hspell.
HSPELL_MINOR_VERSION
The minor version of Hspell.
快取變數¶
The following cache variables may also be set:
HSPELL_INCLUDE_DIR
The Hspell include directory.
HSPELL_LIBRARIES
The libraries needed to use Hspell.
範例¶
Finding Hspell:
find_package(HSPELL)