You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
444 B
14 lines
444 B
CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>
|
|
-------------------------------------------
|
|
|
|
.. versionadded:: 3.1
|
|
|
|
Per-configuration output directory for MS debug symbol ``.pdb`` files
|
|
generated by the compiler while building source files.
|
|
|
|
This is a per-configuration version of
|
|
:variable:`CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY`.
|
|
This variable is used to initialize the
|
|
:prop_tgt:`COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>`
|
|
property on all the targets.
|