[Cmake] [PATCH] kdevelop generator for cmake

William A. Hoffman billlist at nycap.rr.com
Wed Sep 22 08:19:58 EDT 2004


PROJECT_SOURCE_DIR  is always set, so there is no need to add the check.
However, that brings up another point.  Are you writing files in the source tree?
CMake should only be writing files into the binary tree.  The only time anything
should be written into the source tree is when the an in-source build is done and
the binary directory is the same as the source.

-Bill


>Well, I need the PROJECT_SOURCE_DIR for the location of 
>the .kdevelop.filelist file. 
> 
>Bye 
>Alex 
> 



More information about the CMake mailing list