generator property
CMake generator selection.
- CmakeGenerator.ninja: faster builds, requires
ninjaon PATH. - CmakeGenerator.makefiles: Unix Makefiles, always available.
null: let CMake auto-select.
Implementation
final CmakeGenerator? generator;
CMake generator selection.
ninja on PATH.null: let CMake auto-select.final CmakeGenerator? generator;