Split CreateGeneratorTargets into two methods.

As the generate-time-related API is moving to cmGeneratorTarget, almost
all of generation code needs to be able to access instances of it.
This commit is contained in:
Stephen Kelly
2012-10-06 18:35:37 +02:00
parent b63c71aa35
commit 25f1df3e81
4 changed files with 25 additions and 6 deletions

View File

@@ -74,10 +74,10 @@ public:
bool IsSystemIncludeDirectory(const char *dir, const char *config);
private:
void ClassifySources();
void LookupObjectLibraries();
private:
std::map<std::string, std::vector<std::string> > SystemIncludesCache;
cmGeneratorTarget(cmGeneratorTarget const&);