[CMake] xcode projects missing files

Bill Hoffman bill.hoffman at kitware.com
Sat Nov 25 22:30:00 EST 2006


Mattias Holm wrote:
> Hi,
>
> I am trying to generate an Xcode project with CMake. However, there 
> seem to be a couple of issues with this. Firstly, the CMakeLists.txt 
> files arn't added to the project, so updating the project files is 
> kind of a pain.
>
> Secondly, in the project I am working with I have several .l (lex) 
> files that are built with custom dependency rules. These rules are 
> converted to shell-scripts, that invoke flex and these rules work very 
> well. The same problem that exist with that the CMake-files arn't 
> added to the project applies here as well, the dependency-files in the 
> custom rules are not added to the Xcode project, hence updating the 
> lexfiles means that one have to manually dig around in the source 
> directories and update the files.
>
Please file a bug report about this. Basically you want the inputs to 
custom commands to show up as source files
in the Xcode IDE.

-Bill



More information about the CMake mailing list