I think it is quite normal to have more than one binary file in a project. However, with the Eclipse CDT, I don’t know how to configure the IDE so that everything is done.
I know that I can create several projects - one per binary. And I know that I can install dependencies for each project. However, I cannot consider them as one project in Eclipse. If I would like to share the code with a version control system (for example, svn), each developer must import the projects separately.
What I skipped seems like a solution (sln file) in Visual Studio. Should I create one project and create make files myself?
I have not tried it yet, but there is this “set of projects” that you can export and import. Is this a solution? Could this be introduced in version control?
My goal is to put everything under version control, not just subprojects. I can’t imagine that CDT only makes sense for single-bit applications.
How can I work correctly?
source
share