[CMake] [PATCH] kdevelop3 generator, 2nd version

Andy Cedilnik andy.cedilnik at kitware.com
Mon Oct 11 16:39:15 EDT 2004


Hi Alex,

Bill applied the patch and then we played with it a little bit and we
figured out how to write things so that the filelist file is not in the
source tree. 

We did couple of other cleanups and things seem to work nicely.

Some suggestions for the future:

1. Move logic to cmGlobalKDevelopGenerator
2. Support real try-compiles (through kdevelop not through makefiles)
3. Add wizard for creating CMake based kdevelop project (instead of
auto* based)

Great work Alex. If you can use vim inside KDevelop, I just might
switch.

			Andy

On Mon, 2004-09-27 at 15:56, Alexander Neundorf wrote:
> Hi, 
>  
> attached is an improved version of the kdevelop3 project file generator 
> for cmake. It doesn't use exit() anymore and it doesn't rely on calling 
> PROJECT() in the correct directory anymore. 
>  
> What it doesn't do and what I can't change (since kdevelop isn't an own 
> build system, but "just" a GUI around make): 
> -TRY_COMPILE should use the normal unix makefile TRY_COMPILE 
> -there is currently no way in kdevelop to test the project files without 
> user interventions 
> -the file foo.kdevelop.filelist *has* to be generated in the source tree, 
> otherwise kdevelop doesn't find the sources 
>  
> So, how about applying ? :-) 
>  
> Bye 
> Alex 
>  
-- 
				Andy Cedilnik
				Kitware Inc.



More information about the CMake mailing list