Skip to content

Commit

Permalink
Add note about how to build compile_commands.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 15, 2024
1 parent d2523c1 commit 9a6735c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ part of the build.

The CTest related tests perform validation of the results
files for the tools.

To execute `clang-tidy` related tests, a `compile_commands.json`
compilation database is required. This can be generated with the
`ninja` configuration preset:

```shell
cmake --preset ninja
```

0 comments on commit 9a6735c

Please sign in to comment.