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
