Relative Content

Tag Archive for c++cmakelinkerpdb-filesbuild-system

Link to library’s PDB file using CMake

I have a problem. I use a library which is linked statically, and I have the .pdb file for debug info which corresponds to that library. However, I am not sure how to “link” to that .pdb file.