Re: [CMake] how to build library for this..

2009-01-30 Thread ankit jain
Thanks for all the help its working. Regards- ankit jain 2009/1/30 Philip Lowman phi...@yhbt.com On Thu, Jan 29, 2009 at 11:38 PM, ankit jain ankitgu...@gmail.comwrote: 2009/1/29 Pau Garcia i Quiles pgqui...@elpauer.org On Thu, Jan 29, 2009 at 1:12 PM, ankit jain ankitgu...@gmail.com

[CMake] how to build library for this..

2009-01-29 Thread ankit jain
hi all, Problem: libA : A/foo.cc libB : B/bar.cc and a 3rd library: libC : A/foo.cc B/bar.cc ? here i build the libraries for A and B but not able to build lib for C . Guide me to do that. What should be the content of cmakelist file of C to create lib C here A and B are sub folders of C

Re: [CMake] how to build library for this..

2009-01-29 Thread Pau Garcia i Quiles
On Thu, Jan 29, 2009 at 1:12 PM, ankit jain ankitgu...@gmail.com wrote: hi all, Problem: libA : A/foo.cc libB : B/bar.cc and a 3rd library: libC : A/foo.cc B/bar.cc ? here i build the libraries for A and B but not able to build lib for C . Guide me to do that. What should be the

Re: [CMake] how to build library for this..

2009-01-29 Thread ankit jain
2009/1/29 Pau Garcia i Quiles pgqui...@elpauer.org On Thu, Jan 29, 2009 at 1:12 PM, ankit jain ankitgu...@gmail.com wrote: hi all, Problem: libA : A/foo.cc libB : B/bar.cc and a 3rd library: libC : A/foo.cc B/bar.cc ? here i build the libraries for A and B but not able to

Re: [CMake] how to build library for this..

2009-01-29 Thread Philip Lowman
On Thu, Jan 29, 2009 at 11:38 PM, ankit jain ankitgu...@gmail.com wrote: 2009/1/29 Pau Garcia i Quiles pgqui...@elpauer.org On Thu, Jan 29, 2009 at 1:12 PM, ankit jain ankitgu...@gmail.com wrote: hi all, Problem: libA : A/foo.cc libB : B/bar.cc and a 3rd library: libC :