FindPike¶
Finds the Pike compiler and interpreter. Pike is interpreted, general purpose, high-level, dynamic programming language.
Cache Variables¶
The following cache variables may also be set:
PIKE_INCLUDE_PATH
The directory containing
program.h
.PIKE_EXECUTABLE
Full path to the pike binary.
Examples¶
Finding Pike:
find_package(Pike)