generator property

CmakeGenerator? generator
final

CMake generator selection.

When null (default), CMake auto-selects (typically the Visual Studio multi-config generator on Windows).

Implementation

final CmakeGenerator? generator;