generatorPath property

String? generatorPath
final

Explicit path to the generator executable.

For CmakeGenerator.ninja: path to ninja.exe when it is not on PATH. For CmakeGenerator.msbuild: path to MSBuild.exe (rarely needed). When null, resolved automatically.

Implementation

final String? generatorPath;