[CMake] Multiple generators on the same library

Teodor Calin Hanchevici calin.hanchevici at gmail.com
Wed Apr 11 16:36:32 EDT 2007


OK,
I will do that.
Thank you for your help

calin

On 4/11/07, Filipe Sousa <natros at gmail.com> wrote:
>
> Teodor Calin Hanchevici wrote:
> > This is the problem,
> > I want to be able to generate both Nmake and visual project files
> > without removing any files.
> > what I want is to be able to run something like
> > cmake -G"Nmake makefiles" -D<DESTINATION=nmakefiles>
> > cmake -G"Visual Studio 8 2005" -D<DESTINATION=vc8files>
> >
> > calin
>
> You can't use different generators running in-source build. The solution
> is out-of-source builds, one for each generator.
>
> http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees
>
> Filipe Sousa
>
>
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20070411/a52d2a99/attachment.html


More information about the CMake mailing list