CMake Module
Contains tasks which allow to use CMake to build CMakeLists files.
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
CMake.Build setParams
Parameters:
CMakeBuildParams -> CMakeBuildParams
-
Function used to manipulate the default CMake parameters. See CMakeBuildParams .
|
|
|
|
|
|
Full Usage:
CMake.FindExe exeName
Parameters:
string
-
The name of the CMake executable (e.g. `cmake`, `ctest`, etc.) to find.
The `.exe` suffix will be automatically appended on Windows.
Returns: string option
|
Tries to find the specified CMake executable:
|
Full Usage:
CMake.Generate setParams
Parameters:
CMakeGenerateParams -> CMakeGenerateParams
-
Function used to manipulate the default CMake parameters. See CMakeGenerateParams .
|
|