Archive 17/01/2023.

CMake for Universal Windows Platform

NiteLordz

I have recently been playing with the UWP, and i got a version working within UWP. However, i am not using SDL (it’s a modified Urho3D port). I was wondering, if we could get a CMAKE toolchain to build a solution in VS 2015, or 17 for UWP, and what would it take.

I am not skilled in CMAKE at all, but would be more than willing to help.

rku
CMake -G "Visual Studio 14 2015" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 

That came from first google result.