Re: [CMake] KDevelop Projects

2014-12-13 Thread Alexander Dahl
Hei hei, On 13.12.2014 09:08, ambreen haleem wrote: > In my main repository where my project reside, I created a sub-directory > called build. When I do cmake -G "KDevelop3", I do get a kdevelop project > in the build but it has no src files and most of the files in there are > cmake related. I'm

Re: [CMake] KDevelop Projects

2014-12-13 Thread Alexander Neundorf
On Saturday, December 13, 2014 00:08:44 ambreen haleem wrote: > In my main repository where my project reside, I created a sub-directory > called build. When I do cmake -G "KDevelop3", I do get a kdevelop project > in the build but it has no src files and most of the files in there are > cmake rela

Re: [CMake] KDevelop Projects

2014-12-13 Thread Rolf Eike Beer
Am Samstag, 13. Dezember 2014, 00:08:44 schrieb ambreen haleem: > In my main repository where my project reside, I created a sub-directory > called build. When I do cmake -G "KDevelop3", I do get a kdevelop project > in the build but it has no src files and most of the files in there are > cmake re

[CMake] KDevelop Projects

2014-12-13 Thread ambreen haleem
In my main repository where my project reside, I created a sub-directory called build. When I do cmake -G "KDevelop3", I do get a kdevelop project in the build but it has no src files and most of the files in there are cmake related. I'm on Ubuntu 14.04 and KDevelop4. How do I generate a usable KD