[CMake] Multiple generators on the same library

Teodor Calin Hanchevici calin.hanchevici at gmail.com
Wed Apr 11 15:55:06 EDT 2007


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

On 4/11/07, Filipe Sousa <natros at gmail.com> wrote:
>
> Teodor Calin Hanchevici wrote:
> >
> > Thanks,
> > I tried this and it does not work
> > It generates in the same directory where CMakeLists.txt is located.
>
> You have to remove all generated files by cmake in the same directory
> where CMakeLists.txt is located.
>
> 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/1052b9ca/attachment.html


More information about the CMake mailing list