Loading repository data…
Loading repository data…
coderox / repository
Simple CoreWindow app with C++/WinRT and CMake
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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 .