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).
Implementation
final CmakeGenerator? generator;