1CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> 2----------------------------------- 3 4Per-configuration output directory for MS debug symbol ``.pdb`` files 5generated by the linker for executable and shared library targets. 6 7This is a per-configuration version of :variable:`CMAKE_PDB_OUTPUT_DIRECTORY`. 8This variable is used to initialize the 9:prop_tgt:`PDB_OUTPUT_DIRECTORY_<CONFIG>` 10property on all the targets. See that target property for additional 11information. 12