[LLVMdev] Growing up CMake
Óscar Fuentes
ofv at wanadoo.es
Fri Oct 24 15:30:03 PDT 2008
Argiris Kirtzidis <akyrtzi at gmail.com> writes:
> I gave it a try and unfortunately it doesn't seem practical to use
> CMake-produced VC++ projects. Every time you run CMake so that the VC++
> projects include new files, the entire solution gets rebuilt.
I recall some discussion about the behavior you describe on the cmake
ml, but can't find it right now.
IIRC, once generated the project files, you shouldn't need to re-run
cmake, ever. CMake inserts something in the project files for detecting
that a re-generation is needed and automatically stops the build and
invokes itself, then continue, perhaps with some intermediate prompt by
the IDE about changed files, etc.
If this doesn't work for you, please comment it on the cmake ml. Don't
forget to mention the version you are using, etc.
--
Oscar
More information about the llvm-dev
mailing list