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.

11 lines
421 B

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