mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 09:58:37 -05:00
75f53f9e11
Add an IWYU rule for `version.h` from `jsoncpp`. This mirrors the existing rules that recommend `value.h` for things from `forwards.h` and `config.h`, and is needed for IWYU to not complain about use of things from `version.h`. (This is especially important as we do not directly wrap `version.h`.)