Re: [CMake] KDevelop .pcs file and Doxyfile

2009-03-18 Thread Hai Nguyen
Bummer. Thanks for the info though! On Wed, Mar 18, 2009 at 4:15 PM, Alexander Neundorf wrote: > On Thursday 19 March 2009, Hai Nguyen wrote: > > Hi, > > > > I'm doing an out of source build in which my structure looks something > like > > this: > > /include > > /src > > /kdevelop > > > > So fro

Re: [CMake] KDevelop .pcs file and Doxyfile

2009-03-18 Thread Alexander Neundorf
On Thursday 19 March 2009, Hai Nguyen wrote: > Hi, > > I'm doing an out of source build in which my structure looks something like > this: > /include > /src > /kdevelop > > So from within the kdevelop directory - I do: > cmake .. -G KDevelop3 > > When I startup kdeveop with my .kdevelop file, it as

[CMake] KDevelop .pcs file and Doxyfile

2009-03-18 Thread Hai Nguyen
Hi, I'm doing an out of source build in which my structure looks something like this: /include /src /kdevelop So from within the kdevelop directory - I do: cmake .. -G KDevelop3 When I startup kdeveop with my .kdevelop file, it asks me what directories I want to add. I select the kdevelop one. K