CMake/Help/prop_tgt/PDB_NAME_CONFIG.rst
Brad King c0897cfad0 Help: Document PDB behavior w.r.t. static libraries explicitly (#14600)
Document PDB_NAME and PDB_OUTPUT_DIRECTORY as applying only to shared
libraries and executables.  Add an explicit note to explain why they
do not work for static libraries.
2013-12-02 11:32:41 -05:00

11 lines
323 B
ReStructuredText

PDB_NAME_<CONFIG>
-----------------
Per-configuration output name for the MS debug symbol ``.pdb`` file
generated by the linker for an executable or shared library target.
This is the configuration-specific version of :prop_tgt:`PDB_NAME`.
This property is not implemented by the :generator:`Visual Studio 6`
generator.