Re: [CMake] Analyze file dependencies in Visual Studio for project generatedby CMake

2009-04-22 Thread Alexander Neundorf
On Wednesday 22 April 2009, Martin Apel wrote: > Hi all, > > I am currently fighting with Visual Studio regenerating a > CMake-generated project on every build, although nothing has changed. I > am searching for a method how to debug the generated dependencies inside > VS. The project builds a DLL

[CMake] Analyze file dependencies in Visual Studio for project generatedby CMake

2009-04-22 Thread Martin Apel
Hi all, I am currently fighting with Visual Studio regenerating a CMake-generated project on every build, although nothing has changed. I am searching for a method how to debug the generated dependencies inside VS. The project builds a DLL from Fortran files, which are generated by a Perl script.