FindPike

Finds the Pike compiler and interpreter:

find_package(Pike [...])

Pike is interpreted, general purpose, high-level, dynamic programming language.

結果變數

該模組定義了以下變數:

Pike_FOUND

在 4.2 版被加入.

Boolean indicating whether Pike was found.

快取變數

The following cache variables may also be set:

PIKE_INCLUDE_PATH

The directory containing program.h.

PIKE_EXECUTABLE

Full path to the pike binary.

範例

Finding Pike:

find_package(Pike)