1CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG> 2------------------------------------------- 3 4.. versionadded:: 3.1 5 6Per-configuration output directory for MS debug symbol ``.pdb`` files 7generated by the compiler while building source files. 8 9This is a per-configuration version of 10:variable:`CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY`. 11This variable is used to initialize the 12:prop_tgt:`COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>` 13property on all the targets. 14