mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
13 lines
364 B
ReStructuredText
13 lines
364 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`.
|
|
|
|
.. |PDB_XXX| replace:: :prop_tgt:`PDB_NAME_<CONFIG>`
|
|
.. include:: COMPILE_PDB_NOTE.txt
|