You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cmake: explicitly set compile PDB names for object libraries, because the behavior is different between MSVC and Ninja generators:
- MSVC uses target name as default name for compile PDB
- Ninja uses vc<vs version>.pdb
When you want to re-distribute such PDB files and move all files into a single folder, in later cases all files will override each other.
0 commit comments