Files
CMake/Source
Taylor Sasser 998495cb49 cmExportCommand: Port to cmSubcommandTable
Previously, the `cmExportCommand` parser did not use `cmSubcommandTable`
to distinguish between its `TARGETS`, `EXPORT`, `SETUP`, and `PACKAGE`
modes.  This created a maintenance burden when updating or adding
functionality.

Refactor the parser to use a subcommand for each keyword.  This new
structure mirrors the design of `cmInstallCommand` and simplifies future
development.
2025-07-16 11:33:48 -04:00
..
2025-07-02 08:03:33 -04:00
2025-06-10 09:48:17 -04:00
2025-07-08 00:04:52 -04:00
2025-06-02 10:31:35 -04:00
2025-04-08 10:42:17 -04:00