1PDB_OUTPUT_DIRECTORY
2--------------------
3
4Output directory for the MS debug symbols ``.pdb`` file
5generated by the linker for an executable or shared library target.
6
7This property specifies the directory into which the MS debug symbols
8will be placed by the linker. The property value may use
9:manual:`generator expressions <cmake-generator-expressions(7)>`.
10Multi-configuration generators append a per-configuration
11subdirectory to the specified directory unless a generator expression
12is used.
13
14This property is initialized by the value of the
15:variable:`CMAKE_PDB_OUTPUT_DIRECTORY` variable if it is
16set when a target is created.
17
18.. |COMPILE_PDB_XXX| replace:: :prop_tgt:`COMPILE_PDB_OUTPUT_DIRECTORY`
19.. include:: PDB_NOTE.txt
20