https://github.com/Kitware/CMake
Raw File
Tip revision: 0d5a2252ef8a586f4fc70a66aabd17fb3fd52110 authored by Brad King on 31 May 2017, 13:47:47 UTC
CMake 3.8.2
Tip revision: 0d5a225
PDB_NOTE.txt
.. note::
 This property does not apply to STATIC library targets because no linker
 is invoked to produce them so they have no linker-generated ``.pdb`` file
 containing debug symbols.

 The linker-generated program database files are specified by the
 ``/pdb`` linker flag and are not the same as compiler-generated
 program database files specified by the ``/Fd`` compiler flag.
 Use the |COMPILE_PDB_XXX| property to specify the latter.
back to top