3

I’m working on CPP WinUI3 desktop application with cmake. By default WinUI3 project uses MSBuild. We made the project use cmake with the help of this sample project. ref - https://github.com/fredemmott/cmake-cpp-winrt-winui3

WinUI3 uses NuGet packages, and it has a corresponding file called package.config which looks like this enter image description here

I’m trying to attach this file to my cmake WinUI3 project. I did not find any way to attach this file to my project with cmake.

How to add this file to the cmake project?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.