Re: [CMake] Creating projects with no source files?

2009-01-18 Thread Eric Noulard
2009/1/18 Andreas Pakulat : > On 17.01.09 23:48:42, Robert Dailey wrote: >> Hi, >> >> I have a sort of interesting project design that I'm using that is really >> the source of this complication. Let me start by explaining my project >> structure. >> >> I have a set of reusable C++ libraries, each

Re: [CMake] Creating projects with no source files?

2009-01-18 Thread Andreas Pakulat
On 17.01.09 23:48:42, Robert Dailey wrote: > Hi, > > I have a sort of interesting project design that I'm using that is really > the source of this complication. Let me start by explaining my project > structure. > > I have a set of reusable C++ libraries, each library can be thought of as a > co

[CMake] Creating projects with no source files?

2009-01-17 Thread Robert Dailey
Hi, I have a sort of interesting project design that I'm using that is really the source of this complication. Let me start by explaining my project structure. I have a set of reusable C++ libraries, each library can be thought of as a component. The structure is very easy to grasp: my_component