Move GenerateTargetManifest to cmGeneratorTarget.

This commit is contained in:
Stephen Kelly
2012-09-14 19:04:25 +02:00
parent 14bf7783f4
commit 987e12e2f9
5 changed files with 79 additions and 76 deletions
+3
View File
@@ -58,6 +58,9 @@ public:
void UseObjectLibraries(std::vector<std::string>& objs);
/** Add the target output files to the global generator manifest. */
void GenerateTargetManifest(const char* config);
private:
void ClassifySources();
void LookupObjectLibraries();