diff options
author | Brad King <brad.king@kitware.com> | 2014-06-12 14:26:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-12 14:26:35 (GMT) |
commit | 5fba44cf41312a64b1cc661d4015ba16ac9f2af8 (patch) | |
tree | 5379980c6bd930105e9500ab90b82fb2dca23733 /Source/cmGlobalVisualStudio7Generator.h | |
parent | b041fc13db5b3146cd45d8b81b17535ac8747688 (diff) | |
download | CMake-5fba44cf41312a64b1cc661d4015ba16ac9f2af8.zip CMake-5fba44cf41312a64b1cc661d4015ba16ac9f2af8.tar.gz CMake-5fba44cf41312a64b1cc661d4015ba16ac9f2af8.tar.bz2 |
VS: Move VS-only API out of cmGlobalGenerator
Move the IsDependedOn method to cmGlobalVisualStudio7Generator
since that is the only caller.
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; |