[cmake-developers] MSBuild dependency files

James Bigler jamesbigler at gmail.com
Fri Oct 7 14:34:52 EDT 2011


On Thu, Oct 6, 2011 at 1:21 PM, James Bigler <jamesbigler at gmail.com> wrote:

> 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
>

I opened a thread at the MSDN site:

http://social.msdn.microsoft.com/Forums/en-AU/msbuild/thread/7a0696cf-fcc4-44ee-8444-096f64e538b6

Hopefully this might prevent additional reloads for projects that wish to
compute their source level dependencies.

James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20111007/6c848289/attachment.html>


More information about the cmake-developers mailing list