Building several executables in one Eclipse CDT project

After having imported some C projects into Eclipse CDT, I needed, for one of the projects, to build several executables, all of them being defined in the same project. What’s more, some of the executables had to be linked with object files created by another project. This article describes the configuration I set up to meet theses requirements.

Continue reading “Building several executables in one Eclipse CDT project”