I\'m trying to use CMake to generate Visual Studio 15 project c++ static library for Windows 10. It should be usable on phones so I think it should have support for windows
The support for Universal Windows project is provided from cmake version 3.4.0 onwards. Older versions don't support it. The above command works with cmake 3.4.0.