diff options
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 1dc709d..399ec9f 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -166,6 +166,7 @@ protected: std::set<std::string> IsPartOfDefaultBuild(const std::string& project, cmTarget const* target); + bool IsDependedOn(const std::string& project, cmTarget const* target); std::vector<std::string> Configurations; std::map<std::string, std::string> GUIDMap; |