Re: [CMake] How to check if Eclipse CDT4 generated project is set up correctly?

2016-04-26 Thread Nils Rathmann
Hi Martin, Thanks, I had a look at the marketplace and tried the available plugins. I already use CMakeEd for syntax highlighting and auto-completion while editing cmake files, but the other options seem to me like an alternative to the cmake generated Eclipse project. cmake4eclipse is a good

Re: [CMake] How to check if Eclipse CDT4 generated project is set up correctly?

2016-04-22 Thread Martin Weber
Am Freitag, 22. April 2016, 13:28:33 schrieb Nils Rathmann: > Hi Alex, > thanks for the details. I managed to add the header files as intended > and do have the targets you described, but the virtual directories > "CMake Rules", "Object Files" and "Ressources" of each Target > subdirectory are

Re: [CMake] How to check if Eclipse CDT4 generated project is set up correctly?

2016-04-22 Thread Nils Rathmann
Hi Alex, thanks for the details. I managed to add the header files as intended and do have the targets you described, but the virtual directories "CMake Rules", "Object Files" and "Ressources" of each Target subdirectory are still empty. What is the intention of these virtual directories?

Re: [CMake] How to check if Eclipse CDT4 generated project is set up correctly?

2016-04-20 Thread Alexander Neundorf
On Monday, April 18, 2016 16:57:52 Nils Rathmann wrote: > Hi, > when I setup with the Eclipse CDT4 generator, as described here: > https://cmake.org/Wiki/Eclipse_CDT4_Generator4 > > my [Targets] folder contains virtual folders for CMakeRules, Header > Files, Object Files, Resources and Source

[CMake] How to check if Eclipse CDT4 generated project is set up correctly?

2016-04-18 Thread Nils Rathmann
Hi, when I setup with the Eclipse CDT4 generator, as described here: https://cmake.org/Wiki/Eclipse_CDT4_Generator4 my [Targets] folder contains virtual folders for CMakeRules, Header Files, Object Files, Resources and Source Files, but only the source files folder is filled. The other