mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
build: fix "make iwyu" not working (#24873)
This commit is contained in:
@@ -246,7 +246,7 @@ For managing includes in C files, use [include-what-you-use].
|
||||
- To see which includes needs fixing use the cmake preset `iwyu`:
|
||||
```bash
|
||||
cmake --preset iwyu
|
||||
cmake --build build iwyu
|
||||
cmake --build build
|
||||
```
|
||||
- There's also a make target that automatically fixes the suggestions from
|
||||
IWYU:
|
||||
|
||||
Reference in New Issue
Block a user