[LLVMdev] Growing up CMake

Óscar Fuentes ofv at wanadoo.es
Fri Oct 24 06:34:21 PDT 2008


Argiris Kirtzidis <akyrtzi at gmail.com> writes:

> How does updating the CMake produced VC++ project files work ?
> I mean:
>
> -I have CMake produce VC++ project files
> -Compile the solution
> -Do a svn update and pick up a couple of files
> -Have CMake produce new project files
> -Now, do I have to rebuild the entire solution again ?

AFAIK, it should do the right thing automatically, regenerating the
project files on the fly and recompiling only what is outdated. You
don't even need to explicitly invoke cmake after a svn update.

This is my understanding from reading the CMake ml. I tend to use nmake.

-- 
Oscar




More information about the llvm-dev mailing list