PDB_OUTPUT_DIRECTORY_CONFIG.rst 515 B

12345678910111213
  1. PDB_OUTPUT_DIRECTORY_<CONFIG>
  2. -----------------------------
  3. Per-configuration output directory for MS debug symbols .pdb files.
  4. This is a per-configuration version of PDB_OUTPUT_DIRECTORY, but
  5. multi-configuration generators (VS, Xcode) do NOT append a
  6. per-configuration subdirectory to the specified directory. This
  7. property is initialized by the value of the variable
  8. CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> if it is set when a target is
  9. created.
  10. This property is not implemented by the Visual Studio 6 generator.