VS7: Port remaining interface to cmGeneratorTarget

This commit is contained in:
Stephen Kelly
2015-10-24 15:42:04 +02:00
parent 780bff5279
commit 7b127c62d4
2 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -163,9 +163,9 @@ protected:
std::set<std::string>
IsPartOfDefaultBuild(std::vector<std::string> const& configs,
OrderedTargetDependSet const& projectTargets,
cmTarget const* target);
cmGeneratorTarget const* target);
bool IsDependedOn(OrderedTargetDependSet const& projectTargets,
cmTarget const* target);
cmGeneratorTarget const* target);
std::map<std::string, std::string> GUIDMap;
virtual void WriteFolders(std::ostream& fout);