|
|
|
|
|
by Too
1924 days ago
|
|
Thats quite a stretch of what handles means. While it supports integrating such use cases but you still have to do the gcc -M dance with https://ninja-build.org/manual.html#ref_headers. As opposed to say cmake, bazel or other higher level abstractions where you just ask it to take all c-files in this directory and solve the rest. |
|
Yes, ninja basically handles it for you, compared to what you have to go through when using Makefiles, to have autogenerated dependencies.