I want to run clang-tidy without having to build. Everything should be there from the CMake configuration step except JuceHeader.h is generated during the build step.
Any tips how to generate it without having to start the build process and cancel it in some hacky way once the header has been generated?