Notes |
|
(0027348)
|
David Cole
|
2011-09-05 12:06
|
|
Why do you need sources outside of your source directory to show up in Eclipse as if they *were* in your source directory.....? (Just curious, really, I'm sure you have a valid use case.) |
|
|
(0027351)
|
Galeazzi
|
2011-09-05 12:46
|
|
Because I need to edit the sources by eclipse, not only to make a build, so I'd like to browse them in the eclipse layout, just as VS does. |
|
|
(0027628)
|
Alex Neundorf
|
2011-10-23 09:09
|
|
The generated projects now contain a virtual folder [Targets], which contains a virtual folder for each target. Each target then contains links to all its source files, so you should be able to find them there.
This is now in the "next" branch of cmake and should be in 2.8.7.
Please give it a try and let me know if you find problems with this.
|
|