summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Adding Export Configuration.rst
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Add redirect pages for removed stepsVito Gamberini2025-09-171-0/+10
|
* Tutorial: Rewrite using conventions enabled by CMake 3.23Vito Gamberini2025-09-171-140/+0
| | | | | | | | This is a full re-write of the CMake Tutorial for CMake 3.23, both the functionality it provides, as well as the modern workflows that developers use when interfacing with CMake. Issue: #22663, #23086, #23799, #26053, #26105, #26153, #26914
* Tutorial: Fix grammar typo in Step 11FrankYin2024-05-171-1/+1
| | | | Fix and improve wording in the "Adding Export Configuration" step.
* Tutorial: Fix typos in Step 11 exercise and solutionJoshua Perrett2023-01-181-3/+3
|
* Tutorial: Update step 5 styleMarkus Ferrell2022-10-061-1/+1
|
* Tutorial: Add documentation on Package helper functionsJoseph Snyder2021-09-301-0/+40
| | | | | | | | | | Add documentation for the configure_package_config_file() and write_basic_package_version_file() commands. Update the comment for the installation of those files to allow a stopping point for the code display. Issue: #22663
* Tutorial: Remove information about EXPORT keywordJoseph Snyder2021-09-301-4/+4
| | | | | Remove the text that implies that the EXPORT keyword will also install the generated CMake file.
* Tutorial: Make code snippets linkableBrad King2021-06-181-0/+6
| | | | | | Extend the change from commit 9e5bbb69ea (Tutorial: Add captions for code blocks, 2021-06-11) to also add a Sphinx named target to code blocks. Name each target after the change the code block makes.
* Tutorial: Add captions for code blocksJosef Angstenberger2021-06-171-0/+6
|
* Tutorial: Small formatting improvementsJosef Angstenberger2021-06-171-5/+5
| | | | | | - Use inline literals for all code fragments and names. - Add missing console code-blocks. - Always use c++, not c as code language.
* Tutorial: Fix links after splitting stepsJosef Angstenberger2021-06-171-4/+4
|
* Tutorial: Split steps into separate filesJosef Angstenberger2021-06-171-0/+88
Fixes: #21737