Hi Julian.

CMake 2.8.10 introduced target properties PDB_NAME[_<CONFIG>] and
PDB_OUTPUT_DIRECTORY[_<CONFIG>] which you can use to control location of
.pdb files. You can also set variable CMAKE_PDB_OUTPUT_DIRECTORY to
pre-initialise the directory settings.

Petr

On Wed, Nov 14, 2012 at 1:57 PM, Julian Amann <vertexw...@gmx.de> wrote:

>   In the past i used
>
>
>
> set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ../Debug)
>
>
>
> to place all my *.exe, *.dll, *.lib and *.pdb files in the ../Debug
> directory – but with the CMake 2.8.10.1 this seems not to work
>
>
>
> all my *.exe, *.dll, *.lib are placed in the ../Debug directory
>
> but the *.pdb files are not stored there
>
>
>
> How can I influence where the *.pdb files are stored
>
>
>
> Best regards,
>
> Julian
>
>
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to