CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst 455 B

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