summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-12 14:26:35 (GMT)
committerBrad King <brad.king@kitware.com>2014-06-12 14:26:35 (GMT)
commit5fba44cf41312a64b1cc661d4015ba16ac9f2af8 (patch)
tree5379980c6bd930105e9500ab90b82fb2dca23733 /Source/cmGlobalVisualStudio7Generator.h
parentb041fc13db5b3146cd45d8b81b17535ac8747688 (diff)
downloadCMake-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.h1
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;