summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-12-02 17:07:50 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-12-02 17:07:50 (GMT)
commit65fb49ba3526fc46ce8b16dc2699e6832bc99afd (patch)
tree651c5c1497525f5239350d6ce0e6d0ed91f42431 /Help/variable
parentfab69a3db9db0153962fdc6eab723f0df75326af (diff)
parentc0897cfad0c8f1c7671ecc8b24bbfd189a9237de (diff)
downloadCMake-65fb49ba3526fc46ce8b16dc2699e6832bc99afd.zip
CMake-65fb49ba3526fc46ce8b16dc2699e6832bc99afd.tar.gz
CMake-65fb49ba3526fc46ce8b16dc2699e6832bc99afd.tar.bz2
Merge topic 'doc-pdb-not-for-static-libs'
c0897cf Help: Document PDB behavior w.r.t. static libraries explicitly (#14600) 09c05f3 Help: Format PDB_NAME and PDB_OUTPUT_DIRECTORY documentation cb7b907 Help: Document CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> variable
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst7
-rw-r--r--Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst11
2 files changed, 15 insertions, 3 deletions
diff --git a/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst b/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst
index 938d159..763bcb3 100644
--- a/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst
+++ b/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst
@@ -1,8 +1,9 @@
CMAKE_PDB_OUTPUT_DIRECTORY
--------------------------
-Where to put all the MS debug symbol files from linker.
+Output directory for MS debug symbol ``.pdb`` files generated by the
+linker for executable and shared library targets.
-This variable is used to initialize the PDB_OUTPUT_DIRECTORY property
-on all the targets. See that target property for additional
+This variable is used to initialize the :prop_tgt:`PDB_OUTPUT_DIRECTORY`
+property on all the targets. See that target property for additional
information.
diff --git a/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst b/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
new file mode 100644
index 0000000..4d18eec
--- /dev/null
+++ b/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
@@ -0,0 +1,11 @@
+CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG>
+-----------------------------------
+
+Per-configuration output directory for MS debug symbol ``.pdb`` files
+generated by the linker for executable and shared library targets.
+
+This is a per-configuration version of :variable:`CMAKE_PDB_OUTPUT_DIRECTORY`.
+This variable is used to initialize the
+:prop_tgt:`PDB_OUTPUT_DIRECTORY_<CONFIG>`
+property on all the targets. See that target property for additional
+information.