> We have a clang.exe and a clang.dll. While building, VS creates > clang.pdb (for the executable) and clang.pdb (for the dll) which > obviously is not right. Is there a way to tell VS to use a different > name for the PDB?
You can use different project name for exe and set the output name via OUTPUT_NAME property. -- BG, Alexey _______________________________________________ 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
