GitXplorerGitXplorer
f

cmake-cpp-winrt-winui3

public
40 stars
6 forks
0 issues

Commits

List of commits on branch master.
Verified
1b5fb0b325aaa2099cdc2aa945e804752e1c3216

Update project status

ffredemmott committed a year ago
Verified
8b503bba5bfc0cf1517faef6891dd8f22cacc3a7

Update to Windows App SDK v1.4.3

ffredemmott committed a year ago
Verified
a09d35b17b31ec07aba437a6346b6a6db6f2a91f

Update README.md

ffredemmott committed 2 years ago
Verified
8dc1ad2777501cd556031d5f2b2a7b5089fb9575

Specify RuntimeIdentifiers and NuGetTargetMoniker properties

ffredemmott committed 3 years ago
Verified
48cae119ca3f8567be6746fd67a5edc6b9fa0e8c

Specify NO_INCLUDE_SCOPE for include(HybridCRT.cmake)

ffredemmott committed 3 years ago
Verified
a61701db6a40bd67ab30b5a61769ff378ed53c1d

Note that headers must be listed as sources

ffredemmott committed 3 years ago

README

The README file for this repository.

WinUI 3, C++/WinRT, and Xaml with CMake

A screenshot of the app, showing a left hand navigation view

Status

This is an as-is, unsupported, proof of concept. No help is available.

Notes

For a real-world application, see https://github.com/openkneeboard/openkneeboard

  • Xaml-related header files must be listed as targert sources
  • The Directory.Build.targets file is currently required; it slightly modifies the CMake generator
  • I've avoided use namespace to be explicit; I'm not aiming for this to be 'best practice', just to be unambiguous and minimal
  • pch.h and its' contents are required by the generated code
  • pch.h is not currently a pre-compiled header