[cmake-developers] MSBuild dependency files
James Bigler
jamesbigler at gmail.com
Thu Oct 6 15:21:56 EDT 2011
I just noticed that MSBuild has support for dependency files. These seem to
work similarly to how you might augment a makefile with 'gcc -M'. This
would save a lot of reloading of projects that want to generate dependencies
from build files, since the dependencies would be external to the project
files.
Does anyone know how this works and if CMake might be able to make use of
this feature for custom targets?
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20111006/9e1f659a/attachment.html>
More information about the cmake-developers
mailing list