Re: [CMake] Add support for Metro apps

2014-01-31 Thread Minmin Gong
I've updated my patch based on comments in http://www.cmake.org/Bug/view.php?id=13511#c35015. Minmin 2014-01-31 Minmin Gong minmin.g...@gmail.com: Here comes a new version of this patch. In this version, ARM are also supported. Modifications include: 1. Determine MSVC ARM compiler.

Re: [CMake] Add support for Metro apps

2014-01-30 Thread Minmin Gong
Here comes a new version of this patch. In this version, ARM are also supported. Modifications include: 1. Determine MSVC ARM compiler. Cmake can determine and test VC's x86-arm compiler correctly, and mark it as cross compiling. This feature is inspired by Martell Malone's patch in

[CMake] Add support for Metro apps

2013-11-26 Thread Minmin Gong
In our project, we need to build an Win8+ Metro app. Currently the CMake do support VS_WINRT_EXTENSIONS. However, if you want to build an exe instead of dll or lib, even with x86 or x64, it always fails because lacking of some tags in vcxproj and sln. The requirements about it in our project are: