I have different repositories with different version of used shared libraries and includes in my project.
let's say /usr/libs1 and /usr/libs2
building two different versions of project, for one version I use first case (/usr/libs1), for other second...
how to achieve this, when need to change these directories ofen?
thank you and have a good next year of lots of an accomplished wishes...
I hope I understand you well that we are speaking about libraries, not U++ packages here...
I think the easy way is to define more build methods. Go to Setup/Build methods, right-click the method you are using now and choose "Duplicate row". Then adjust header / library paths to your liking...