parallel property

bool parallel
final

Whether to enable parallel (multi-threaded) compilation.

Defaults to true. When enabled, passes --parallel to cmake --build, allowing CMake to compile multiple source files concurrently.

Implementation

final bool parallel;