I have an out-of-source build setup with cmake and I am trying to generate an Eclipse project. I have one source folder and a seperate build folder for eclipse, the two folders are siblings.
When I generate an Eclipse project the source folder does not end up as part of the eclipse project. Is there any way to annotate the directory so it ends up in the project as a source folder
Since the compile phase works fine, I don't see a need for pasting the cmake files here, I bet this sort of thing is a common issue and therefore there must be a straight-forward way to sidestep it.
p.s., I would also like to know if it is possible to get rid of all the cmake/make related gunk that shows up in the Eclipse project explorer.