Functions and structures that relate to the implementation of CMake commands.
More...
Functions and structures that relate to the implementation of CMake commands.
§ cmInitMessageFunction()
| int cmInitMessageFunction |
( |
struct cmHost * |
host, |
|
|
struct cmFunction * |
function |
|
) |
| |
Initializes the message function.
- Parameters
-
| host | The host used to allocate memory and issue messages. |
| function | The function structure to receive the bindings. |
- Returns
- Zero on success, a non-zero error code on failure.
§ cmInitSetFunction()
Initializes the set function.
- Parameters
-
| host | This parameter is not actually used but should be set for future use. |
| function | The function structure to receive the bindings. |
- Returns
- Zero on success, a non-zero error code on failure.
§ cmInitUnsetFunction()
Initializes the 'unset' function.
- Parameters
-
| host | This parameter is not actually used but should be set for future use. |
| function | The function structure to receive the bindings. |
- Returns
- Zero on success, a non-zero error code on failure.