mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-17 21:10:38 +00:00
Add section headers for each signature, and a synopsis linking to them. Re-order sections to introduce the main `export(TARGETS)` functionality before mentioning the `export(EXPORT)` shorthand, which may be confused with `install(EXPORT)`. Fixes: #23221