mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
VS7: Port remaining interface to cmGeneratorTarget
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user