summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-09-14 17:04:25 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-09-19 13:30:49 (GMT)
commit987e12e2f962b6e9ed9f15f8ff486512911b744e (patch)
tree8d93e37c9e1893a15eda470c04111e679f4c0c3d /Source/cmGeneratorTarget.h
parent14bf7783f4de829f62041d1dbf3989160820b2b7 (diff)
downloadCMake-987e12e2f962b6e9ed9f15f8ff486512911b744e.zip
CMake-987e12e2f962b6e9ed9f15f8ff486512911b744e.tar.gz
CMake-987e12e2f962b6e9ed9f15f8ff486512911b744e.tar.bz2
Move GenerateTargetManifest to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index c19ef7d..12aa971 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -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();