Skip to content

VS: Add support for add_custom_command DEPFILE

Brad King requested to merge brad.king/cmake:vs-custom-depfile into master

Transform the depfile into MSBuild AdditionalInputs content. Add MSBuild Targets to update AdditionalInputs and the .tlog files for future builds without actually modifying the .vcxproj file.

Fixes: #20286 (closed)

Merge request reports