Skip to content

Simple CoreWindow app with C++/WinRT and CMake

Notifications You must be signed in to change notification settings

coderox/CoreApp

Repository files navigation

CoreWindow sample

This is a small sample leveraging C++/WinRT and CMake to generate and build a Windows 10 UWP app that is not leveraging XAML.

Make sure you have CMake installed.

git clone https//github.com/coderox/CoreApp

Change into cloned directory and generate with the following:

cmake -DCMAKE_SYSTEM_NAME="WindowsStore" -DCMAKE_SYSTEM_VERSION="10.0" .

To build, either open generated solution in Visual Studio, or use following command

cmake --build .

About

Simple CoreWindow app with C++/WinRT and CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published