Is this possible to compile a project out of its source directory using eclipse/autotools? I need to keep source tree clean.
What I already tried:
Changing directory at: Project properties -> C/C++ builds -> Build directory
. (Default value is ${workspace_loc:/project-name}/
.) Though this didn't help.