mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
19b273b729
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