C++ Object file conflicts when .cpp files have different folder but same name #1182
Closed
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
Labels
No labels