Re: [CMake] Install a certain target

2008-02-04 Thread Alexander Neundorf
On Monday 28 January 2008, Salvatore Iovene wrote: > Hi, > > I have a project with several libraries and dependencies. Let's say > libA, libB and libC where libA depends on libB, which depends on libC. > > If I just want to build libB (and libC too of course), I know I can just > do "make B". But i

[CMake] Install a certain target

2008-01-28 Thread Salvatore Iovene
Hi, I have a project with several libraries and dependencies. Let's say libA, libB and libC where libA depends on libB, which depends on libC. If I just want to build libB (and libC too of course), I know I can just do "make B". But if I do "make install" also A will be built. Is there a way to c