<div dir="ltr">I'm using cmake to generate a build file for a project, using ninja as the low-level build system. I've noticed that ninja calculates dependencies while building the source files. Is there any cmake switch that can add to the build.ninja file a rule that allows generating all dependcies without compiling anything? (i.e. generate a full .ninja_deps)<div><br></div><div>Also, is there a solution like this for gmake makefiles created by cmake? </div></div>