Julian Amann
2012-11-14 12:57:15 UTC
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
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