CMAKE_PDB_OUTPUT_DIRECTORY.rst 331 B

123456789
  1. CMAKE_PDB_OUTPUT_DIRECTORY
  2. --------------------------
  3. Output directory for MS debug symbol ``.pdb`` files generated by the
  4. linker for executable and shared library targets.
  5. This variable is used to initialize the :prop_tgt:`PDB_OUTPUT_DIRECTORY`
  6. property on all the targets. See that target property for additional
  7. information.