Skip to content

C++ Object file conflicts when .cpp files have different folder but same name #1182

Closed
@vlmillet

Description

I'm having an issue on our project where two cpp with the same name, while being in different folders, generate object files that collide because output in the same folder.
Even if visual studio is a part responsible for that, it would be nice and a service we would expect from premake to auto detect these kind of conflicts and create specific build commands for the conflicting files to output the object files in different folders. (I remember that CMake does this)

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