extraDefines property

List<String> extraDefines
final

Extra definitions passed verbatim to the CMake configure step, applied on all platforms. Platform-specific defines can also be set via WindowsConfig.extraDefines.

Implementation

final List<String> extraDefines;