mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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