mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-13 09:49:42 -06:00
Add a `CUSTOM_CONTENT` argument to `cmake_instrumentation()` for collecting custom content from configure time. Snippet files include a reference to a JSON file containing any `CUSTOM_CONTENT` that was added by this command. Fixes: #26703