1COMPILE_PDB_OUTPUT_DIRECTORY
2----------------------------
3
4.. versionadded:: 3.1
5
6Output directory for the MS debug symbol ``.pdb`` file
7generated by the compiler while building source files.
8
9This property specifies the directory into which the MS debug symbols
10will be placed by the compiler.  This property is initialized by the
11value of the :variable:`CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY` variable
12if it is set when a target is created.
13
14.. |PDB_XXX| replace:: :prop_tgt:`PDB_OUTPUT_DIRECTORY`
15.. include:: COMPILE_PDB_NOTE.txt
16