FindHSPELL

Finds the Hebrew spell-checker and morphology engine (Hspell):

find_package(HSPELL [<version>] [...])

結果變數

該模組定義了以下變數:

HSPELL_FOUND

Boolean indicating whether (the requested version of) Hspell was found.

HSPELL_VERSION

在 4.2 版被加入.

The version of Hspell found (x.y).

HSPELL_VERSION_MAJOR

The major version of Hspell found.

HSPELL_VERSION_MINOR

The minor version of Hspell found.

快取變數

The following cache variables may also be set:

HSPELL_INCLUDE_DIR

The Hspell include directory.

HSPELL_LIBRARIES

The libraries needed to use Hspell.

已棄用的變數

The following variables are provided for backward compatibility:

HSPELL_VERSION_STRING

在 4.2 版之後被棄用: Use HSPELL_VERSION, which has the same value.

The version of Hspell found (x.y).

範例

Finding Hspell:

find_package(HSPELL)