Hi All,
In an old qmake project I used something like :
DESTDIR = ../bin
in my .pro file to put final executable in a custom bin dir instead of standard build-BLABLABLA-Release .
Now I'm migrating to CMAKE but can't find an equivalent rule.
Does it exist?
Thanks
Luca