Skip to content

Allow building in different directories per build type #151

@droidmonkey

Description

@droidmonkey

Currently, it is only possible to build in one directory (default to build) no matter which variant you choose. This results in unnecessary rebuilds when switching between debug and release, for example.

Recommend adding a configuration variable similar to the following:

cmake.buildDirectoryByVariant {
    "Release" : "build",
    "Debug" : "build_debug"
}

Any undefined variants would result in using the default value or the value set in cmake.buildDirectory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions