Re: [CMake] Installing Visual Studio PDB files with CMake

2011-11-16 Thread Stephen Torri
On 11/4/11, Michael Hertling mhertl...@online.de wrote: The problem is that PDB files are usually generated next to their binary in a configuration-specific directory which can not be accessed smoothly by INSTALL(FILES ...). However, you can use a POST_BUILD custom command in conjunction with

Re: [CMake] Installing Visual Studio PDB files with CMake

2011-11-16 Thread David Cole
On Wed, Nov 16, 2011 at 9:32 AM, Stephen Torri stephen.to...@gmail.com wrote: On 11/4/11, Michael Hertling mhertl...@online.de wrote: The problem is that PDB files are usually generated next to their binary in a configuration-specific directory which can not be accessed smoothly by

[CMake] Installing Visual Studio PDB files with CMake

2011-11-03 Thread Stephen Torri
Searching the net for how to install PDB files with CMake comes up with no real solution. I can see from the mailing list archives that this issue had been brought up before. What is am acceptable way to install PDB files when compiling on Windows? Stephen -- Sent from my Android phone with

Re: [CMake] Installing Visual Studio PDB files with CMake

2011-11-03 Thread Michael Hertling
On 11/03/2011 10:02 PM, Stephen Torri wrote: Searching the net for how to install PDB files with CMake comes up with no real solution. I can see from the mailing list archives that this issue had been brought up before. What is am acceptable way to install PDB files when compiling on