mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Enable the generation of NuGet symbol package(s) with the new variable `CPACK_NUGET_SYMBOL_PACKAGE`. CPack generates then normal nuget package (*.nupkg) and a symbol nuget package (*.snupkg). The new generate package contains PDB files. Fixes: #26976