~ubuntu-branches/ubuntu/trusty/cmake3/trusty-updates

« back to all changes in this revision

Viewing changes to Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2017-02-23 17:55:24 UTC
  • Revision ID: package-import@ubuntu.com-20170223175524-5nh7s4pu97fsa0t7
Tags: upstream-3.5.1
ImportĀ upstreamĀ versionĀ 3.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG>
 
2
-----------------------------------
 
3
 
 
4
Per-configuration output directory for MS debug symbol ``.pdb`` files
 
5
generated by the linker for executable and shared library targets.
 
6
 
 
7
This is a per-configuration version of :variable:`CMAKE_PDB_OUTPUT_DIRECTORY`.
 
8
This variable is used to initialize the
 
9
:prop_tgt:`PDB_OUTPUT_DIRECTORY_<CONFIG>`
 
10
property on all the targets.  See that target property for additional
 
11
information.