CMake/Help/prop_tgt/COMPILE_PDB_NAME_CONFIG.rst
2025-03-11 10:28:12 -04:00

18 lines
508 B
ReStructuredText

COMPILE_PDB_NAME_<CONFIG>
-------------------------
.. versionadded:: 3.1
Per-configuration output name for the MS debug symbol ``.pdb`` file
generated by the compiler while building source files.
This is the configuration-specific version of :prop_tgt:`COMPILE_PDB_NAME`.
.. versionadded:: 4.1
Contents of ``COMPILE_PDB_NAME_<CONFIG>`` may use
:manual:`generator expressions <cmake-generator-expressions(7)>`.
.. |PDB_XXX| replace:: :prop_tgt:`PDB_NAME_<CONFIG>`
.. include:: COMPILE_PDB_NOTE.txt