|
|
|
|
|
by fluffything
2515 days ago
|
|
Is there an easy way to tell CMake or Makefiles to use it ? I never invoke clang or gcc directly. When using cargo, I use `cargo check` instead of `cargo build`. But in C or C++ depending on the project `make check` might not exist, or it might build all tests and run them, or do something else entirely like checking the formatting using clang-format. |
|
Pick one. I'm sure there is though.
It wouldn't be hard with make but then again I'm much more familiar with it than cmake.