[CMake] Multiple generators on the same library

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


Thanks,
I tried this and it does not work
It generates in the same directory where CMakeLists.txt is located.

calin
On 4/11/07, Filipe Sousa <natros at gmail.com> wrote:
>
>
> Yes
> Use different directories for each generator:
> mkdir nmake_gen
> cd nmake_gen
> cmake -G"NMake Makefiles" /path/to/the/project
> cd ..
> mkdir vs7_gen
> cd vs7_gen
> cmake -G"????" /path/to/the/project
>
> That should work
>
> > Thank you,
> > calin
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > CMake mailing list
> > CMake at cmake.org
> > http://www.cmake.org/mailman/listinfo/cmake
>
>
>
> _______________________________________________
> 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/33e5b018/attachment.html


More information about the CMake mailing list