Skip to content

Commit

Permalink
docs: add sccache to the readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Oct 24, 2022
1 parent ce898b6 commit dab87c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ A general-purpose CMake library that provides functions that improve the CMake e
- `project_options`:
- compiler warnings,
- compiler optimizations (intraprocedural, native),
- caching (ccache),
- caching (ccache, sccache),
- sanitizers,
- static code analyzers (clang-tidy, cppcheck, visual studio, iwwu),
- static code analyzers (clang-tidy, cppcheck, visual studio, include-what-you-use),
- document generation (doxygen),
- test coverage analysis,
- precompiled headers,
Expand Down

0 comments on commit dab87c5

Please sign in to comment.