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>2013-10-27 19:29:45 (GMT)
commit90ef1cfe4882139d9fe525352bc8e2e86b69f1db (patch)
tree1f45dffb70f00a2b0b8947d5cadbad4629ee764e /Source/cmGeneratorTarget.h
parent25f1df3e816b62a518206cb88f69fdb15b2eebc9 (diff)
downloadCMake-90ef1cfe4882139d9fe525352bc8e2e86b69f1db.zip
CMake-90ef1cfe4882139d9fe525352bc8e2e86b69f1db.tar.gz
CMake-90ef1cfe4882139d9fe525352bc8e2e86b69f1db.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 e7e7d34..9723f72 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -74,6 +74,9 @@ public:
bool IsSystemIncludeDirectory(const char *dir, const char *config);
+ /** Add the target output files to the global generator manifest. */
+ void GenerateTargetManifest(const char* config);
+
void ClassifySources();
void LookupObjectLibraries();