[cmake-developers] How to get cmake to install pdb files for targets too?

2018-03-20 Thread Claus Klein
Hi, I am wondering why pdb file are not installed with a library target in MS VS2017 generated projects when building the Debug config variant? Is this relay necessary: install(FILES $ DESTINATION bin OPTIONAL) see too https://stackoverflow.com/questions/40860435/how-to-get-cmake-to-install-pd

Re: [cmake-developers] How to get cmake to install pdb files for targets too?

2018-03-20 Thread Simon Richter
Hi, On 20.03.2018 08:05, Claus Klein wrote: > Hi, I am wondering why pdb file are not installed with a library target > in MS VS2017 generated projects when building the Debug config variant? Very few people install PDBs to the bin directory, that is an administrative nightmare (who is responsib