COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst 697 B

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