Re: [CMake] Using cmake first time..

2009-04-30 Thread Usman Ajmal
Thanks a lot John for the example. Let see how can use it for my problem. On Thu, Apr 30, 2009 at 5:17 PM, John Drescher wrote: > On Thu, Apr 30, 2009 at 12:46 AM, Usman Ajmal > wrote: > > Hi, > > > > I am not clear with this CMakeLists.txt as to how to create it > automatically > > because i d

Re: [CMake] Using cmake first time..

2009-04-30 Thread John Drescher
On Thu, Apr 30, 2009 at 12:46 AM, Usman Ajmal wrote: > Hi, > > I am not clear with this CMakeLists.txt as to how to create it automatically > because i don't know the conventions related to it. > > I have a project named test.pro having following files > > treemap.cpp > treemap.h > main.cpp > > Li

[CMake] Using cmake first time..

2009-04-29 Thread Usman Ajmal
Hi, I am not clear with this CMakeLists.txt as to how to create it automatically because i don't know the conventions related to it. I have a project named test.pro having following files treemap.cpp treemap.h main.cpp Libraries i am using are qt4, qt3support. The treemap.cpp comes from KDE sou