[CMake] DEPFILE usage in add_custom_command(...)

Ed Branch branch at arlut.utexas.edu
Mon Dec 17 11:22:54 EST 2018


The target name in the depfile does not match the target name on the 
ninja build line due to absolute vs relative path mismatch. Even though 
they refer to the same file, the target names must match exactly.


More information about the CMake mailing list