Project.getDefaultConfiguration

Returns the name of the default build configuration for the specified target platform.

class Project
const
string
getDefaultConfiguration
(
in BuildPlatform platform
,)

Parameters

platform BuildPlatform

The target build platform

allow_non_library_configs bool

If set to true, will use the first possible configuration instead of the first "executable" configuration.

Meta