Skip to content

CMakeLists.txt should not go in the build folder, instead it should go in the project root. #31

@negentropicdev

Description

@negentropicdev

image

Typically the build folder is ephemeral and shouldn't include files that should get checked into SCC. The CMakeLists.txt should instead be placed in the project root and then a build folder can be made and from within that cmake .. can be run or the cmake extension for VS Code can be configured to look at the project root and then put cmake configuration output in build.

This will then also impact later steps and how they refer to source paths.

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