Re: [CMake] add_subdirectory and eclipse project

2011-06-20 Thread Andrea Galeazzi
Il 12/02/2011 19.58, Alexander Neundorf ha scritto: On Friday 11 February 2011, Andrea Galeazzi wrote: Alexander Neundorf ha scritto: On Wednesday 09 February 2011, Andrea Galeazzi wrote: Il 08/02/2011 17.58, Alexander Neundorf ha scritto: On Tuesday 08 February 2011, Andrea Galeazzi wrote:

Re: [CMake] add_subdirectory and eclipse project

2011-02-14 Thread Andrea Galeazzi
Il 12/02/2011 19.58, Alexander Neundorf ha scritto: On Friday 11 February 2011, Andrea Galeazzi wrote: Alexander Neundorf ha scritto: On Wednesday 09 February 2011, Andrea Galeazzi wrote: Il 08/02/2011 17.58, Alexander Neundorf ha scritto: On Tuesday 08 February 2011, Andrea Galeazzi wrote:

Re: [CMake] add_subdirectory and eclipse project

2011-02-11 Thread Andrea Galeazzi
Alexander Neundorf ha scritto: On Wednesday 09 February 2011, Andrea Galeazzi wrote: Il 08/02/2011 17.58, Alexander Neundorf ha scritto: On Tuesday 08 February 2011, Andrea Galeazzi wrote: Il 18/01/2011 19.17, Alexander Neundorf ha scritto: On Tuesday 18 January 2011,

Re: [CMake] add_subdirectory and eclipse project

2011-02-09 Thread Andrea Galeazzi
Il 08/02/2011 17.58, Alexander Neundorf ha scritto: On Tuesday 08 February 2011, Andrea Galeazzi wrote: Il 18/01/2011 19.17, Alexander Neundorf ha scritto: On Tuesday 18 January 2011, Andrea Galeazzi wrote: ... I just read that wiki page but what I didn't find is how can I see

Re: [CMake] add_subdirectory and eclipse project

2011-02-08 Thread Andrea Galeazzi
Il 18/01/2011 19.17, Alexander Neundorf ha scritto: On Tuesday 18 January 2011, Andrea Galeazzi wrote: ... I just read that wiki page but what I didn't find is how can I see the sources referenced by the add_subproject function in the layout of eclipse project. You mean add_subdirectory(),

Re: [CMake] add_subdirectory and eclipse project

2011-02-08 Thread Alexander Neundorf
On Tuesday 08 February 2011, Andrea Galeazzi wrote: Il 18/01/2011 19.17, Alexander Neundorf ha scritto: On Tuesday 18 January 2011, Andrea Galeazzi wrote: ... I just read that wiki page but what I didn't find is how can I see the sources referenced by the add_subproject function in the

Re: [CMake] add_subdirectory and eclipse project

2011-01-18 Thread Andrea Galeazzi
Il 14/01/2011 13.38, Ryan Pavlik ha scritto: You probably want to read this: http://www.cmake.org/Wiki/Eclipse_CDT4_Generator Ryan On Fri, Jan 14, 2011 at 3:49 AM, Andrea Galeazzi galea...@korg.it mailto:galea...@korg.it wrote: I've been puzzled over the following problem for about 3/4

Re: [CMake] add_subdirectory and eclipse project

2011-01-18 Thread Alexander Neundorf
On Tuesday 18 January 2011, Andrea Galeazzi wrote: ... I just read that wiki page but what I didn't find is how can I see the sources referenced by the add_subproject function in the layout of eclipse project. You mean add_subdirectory(), right ? In other words, CMake generates an eclipse

[CMake] add_subdirectory and eclipse project

2011-01-14 Thread Andrea Galeazzi
I've been puzzled over the following problem for about 3/4 days: if I have a CMakeLists.txt with a lot of add_subdirectory how can I automatically generate an eclipse project (containing the source code) for each add_subdirectory? ___ Powered by

Re: [CMake] add_subdirectory and eclipse project

2011-01-14 Thread Ryan Pavlik
You probably want to read this: http://www.cmake.org/Wiki/Eclipse_CDT4_Generator Ryan On Fri, Jan 14, 2011 at 3:49 AM, Andrea Galeazzi galea...@korg.it wrote: I've been puzzled over the following problem for about 3/4 days: if I have a CMakeLists.txt with a lot of add_subdirectory how can I