I'm doing a C++ project with eclipse CDT but It takes a lot of time building all the source files.
I'd prefer just build the one source file which I'm working with until it's correct and later go ahead to the next source file. But all the options I have seen of eclipse (Make project and Build all), work over all the source files of the project.
Is there any easy way to build just one or two source files in eclipse CDT?
Thank you!
It was much easier than expected.
Source: http://www.cesareriva.com/single-file-compile-in-eclipse-cdt/