[CMake] xcode projects missing files
Mattias Holm
mattias.holm at contra.nu
Sat Nov 25 17:57:31 EST 2006
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.
Are the other IDE-targets having the same issues?
Regards, Mattias
More information about the CMake
mailing list