I've a custom command with some output file.
However there is some issue I have under VisualStudio: the location of generated file is the same for Release and Debug which is not what I want.
I'd like to be able to generate this file in subdir "Relase" or "Debug" as CMake does for all binary files when run with VisualStudio generator.
How can I achieve that?