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