I'm currently developing a desktop application, using the C++ REST SDK (codename Casablanca), Qt5 and some other libraries.
For the project setup, I use CMake.
How to get CMake to install NuGet Packages?
I now have to install it each time manually, if I rerun CMake, which isn't really an option.
See Question&Answers more detail:os