summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-1/+2
|
* Add generator expression support to PDB_OUTPUT_DIRECTORY target propertyMarian Klymov2018-05-211-0/+3
| | | | Fixes: #16365
* MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-0/+1
| | | | | | | | | | Since commit v2.8.12~437^2~2 (VS: Separate compiler and linker PDB files 2013-04-05) we no longer set /Fd with the PDB_NAME or PDB_OUTPUT_DIRECTORY properties. Those properties now exclusively handle linker PDB files. Since STATIC libraries do not link their compiler PDB file becomes more important. Add new target properties "COMPILE_PDB_NAME[_<CONFIG>]" and "COMPILE_PDB_OUTPUT_DIRECTORY[_<CONFIG>]" to specify the compiler PDB file location and pass the value to the MSVC /Fd option.
* Help: Refactor PDB_NAME and PDB_OUTPUT_DIRECTORY docsBrad King2014-02-241-2/+1
| | | | | | | Move the note about VS 6 into the PDB_NOTE.txt common include file and include it from the per-config properties too. Also re-word the note to clarify the separate compiler and linker flags involved and state explicitly that compiler flags are not affected.
* Help: Document PDB behavior w.r.t. static libraries explicitly (#14600)Brad King2013-12-021-1/+2
| | | | | | Document PDB_NAME and PDB_OUTPUT_DIRECTORY as applying only to shared libraries and executables. Add an explicit note to explain why they do not work for static libraries.
* Help: Format PDB_NAME and PDB_OUTPUT_DIRECTORY documentationBrad King2013-12-021-7/+8
| | | | Add reStructuredText inline markup.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+13
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.