Skip to content

Missing documentation on the structure of mixins #29

@allsey87

Description

@allsey87

I am trying to understand how mixin are structured and have been unable to find any documentation on this. Taking compile-commands.mixin as an example, I understand that build is the verb to which this mixin applies and that cmake-args refers to the CMake build system, but what does compile-commands refer to? Is this the name of a specific package?

{
    "build": {
        "compile-commands": {
            "cmake-args": [
                "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
                "--no-warn-unused-cli"
            ]
        }
    }
}

It would be great if a couple notes on this could be added to the README.md or over at readthedocs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions