FindWish

Finds wish, a simple windowing shell command-line executable.

This module is commonly used in conjunction with finding a TCL installation (see the FindTCL module). It helps determine where the TCL include paths and libraries are, as well as identifying the name of the TCL library.

If the UNIX variable is defined, the module will prioritize looking for the Cygwin version of wish executable.

快取變數

The following cache variables may be set:

TK_WISH

The path to the wish executable.

範例

Finding wish:

find_package(Wish)
message(STATUS "Found wish at: ${TK_WISH}")