[CMake] cmake 2.2.0 and KDevelop3 Generator

William A. Hoffman billlist at nycap.rr.com
Mon Jul 18 12:35:44 EDT 2005


At 12:27 PM 7/18/2005, David Somers wrote:
>On Monday 18 July 2005 17:30, William A. Hoffman wrote:
>> Should installed files be in the project?  They are not for visual studio.
>> There is a target in visual studio to run the install rule, but the files
>> themselves are not in the project.  Certainly the input to any man pages in
>> the source tree should be in the project, but I don't see why you would
>> want the installed files from the install tree in the project.
>
>Thinking about it, probably not all installed files should be included in the 
>project... but things like README and man files that you will later install 
>would be good candidates to be in the project... they are clearly artifacts 
>of the project. IIRC for some projects I managed to get such artifacts into a 
>project... just can't quite remember how (am a bit distracted at the 
>moment...)

The normal way to do that is just to add the files to the sources for the target.
If cmake does not know the extension it should just add it to the list of files.

-Bill



More information about the CMake mailing list