[CMake] Visual Studio makefile project output

Bill Hoffman bill.hoffman at kitware.com
Thu Feb 7 13:43:35 EST 2013


On 2/6/2013 6:00 PM, Theo Berkau wrote:
> Hello,
>
> I've been trying to setup a cross-compiled project using cmake and so
> far everything's working fine using "Unix Makefiles" generator, etc. Now
> I know generating for visual studio generally doesn't work under a cross
> compiling setup, but I was wondering if it's possible to set up cmake to
> output a visual studio makefile project(as opposed to what "NMake
> Makefiles" generates).
Yes, it is possible to create Unix Makefiles for windows.

This blog post might help you:
http://www.kitware.com/blog/home/post/434

See the section on Windows.

-Bill



More information about the CMake mailing list