COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst 663 B

12345678910111213141516
  1. COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>
  2. -------------------------------------
  3. Per-configuration output directory for the MS debug symbol ``.pdb`` file
  4. generated by the compiler while building source files.
  5. This is a per-configuration version of
  6. :prop_tgt:`COMPILE_PDB_OUTPUT_DIRECTORY`,
  7. but multi-configuration generators (VS, Xcode) do NOT append a
  8. per-configuration subdirectory to the specified directory. This
  9. property is initialized by the value of the
  10. :variable:`CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_<CONFIG>` variable
  11. if it is set when a target is created.
  12. .. |PDB_XXX| replace:: :prop_tgt:`PDB_OUTPUT_DIRECTORY_<CONFIG>`
  13. .. include:: COMPILE_PDB_NOTE.txt