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
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake