Hello,
Hard would be to implement multiple output paths for a build target?
I have a very complex setup here and using a post build steps is not that feasible.
And as far as I remember using post build steps was not reliable at least in V-Studio.
My setup is something like this:
Workspace 1:
1. project producing libA.so goes to a dir1
2. project using libA.so from dir1
Workspace 2:
1. project producing libA.so that goes to a dir2
2. project using libA.so from dir1
What I want is to be able to setup project 2.1 to generate the libA.so file in both dirs: dir1 and dir2
I'll try the post-build step for now, but I'll be happy if we can add such a feature.
What do you think?