I have a KDevelop C++ project with nested directory structure and have to
create the same project in Eclipse CDT. My questions are:
1. How to define sub-projects like one does in KDevelop? For example, if I
have a project root called "root" and I want to add two sub-projects "aaa"
and "bbb" to it. What is the equivalent way of doing this in Eclipse CDT?
2. How to define multiple "targets"? For example, for a particular
(sub)project I have to create a static library libX.a using some cpp files
and a binary application using some other .cpp files. There are some
header files also that are used by both library and the binary
application. What is the equivaent way of doing it in Eclipse CDT?
I would really appreciate if someone can help me with this. I am new to
Eclipse CDT.