summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_STANDARD_LIBRARIES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Add a variable to specify language-wide system include directoriesBrad King2016-05-251-0/+2
| | | | | | | Create a `CMAKE_<LANG>_STANDARD_INCLUDE_DIRECTORIES` variable to specify system include directories for for `<LANG>` compiler command lines. This plays a role for include directories as the existing `CMAKE_<LANG>_STANDARD_LIBRARIES` variable does for link libraries.
* Help: Document CMAKE_<LANG>_STANDARD_LIBRARIES variableBrad King2016-05-241-0/+10
Also drop documentation of non-existent CMAKE_STANDARD_LIBRARIES variable.