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
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?