This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Redirect the object file

Hi support,

I am using cmake tool to generate make file. My folder structure  a/b(b folder inside a), and my .c file inside b folder and cmake file is at  a folder. During make operation the  obj are created in "a" directory. how to redirect obj path to "a\b"

Thanks!