Cmake clean target is not cleaning .pdb files generated by compiler in debug build. Its only deleting .exe targets from CMAKE_RUNTIME_OUTPUT_DIRECTORY directory. How can we delete .pdb file also as part of cmake clean target?
Any help would be greatly appreciated.