2013-10-15 19:17:36 +04:00
|
|
|
PDB_OUTPUT_DIRECTORY
|
|
|
|
--------------------
|
|
|
|
|
2013-12-02 20:29:29 +04:00
|
|
|
Output directory for the MS debug symbols ``.pdb`` file
|
|
|
|
generated by the linker for an executable or shared library target.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
This property specifies the directory into which the MS debug symbols
|
|
|
|
will be placed by the linker. This property is initialized by the
|
2013-12-02 20:11:40 +04:00
|
|
|
value of the :variable:`CMAKE_PDB_OUTPUT_DIRECTORY` variable if it is
|
|
|
|
set when a target is created.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2014-02-24 23:15:21 +04:00
|
|
|
.. |COMPILE_PDB_XXX| replace:: :prop_tgt:`COMPILE_PDB_OUTPUT_DIRECTORY`
|
2013-12-02 20:29:29 +04:00
|
|
|
.. include:: PDB_NOTE.txt
|