summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-09-20 06:32:58 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-09-20 06:34:30 (GMT)
commit879fd354c1db7da04ab244ab8262ec1391ff30e6 (patch)
tree27d05a0b00e18290b309d5f03231182a5e1027d3 /Source/cmTarget.h
parent6674583caa20244d90aa14a67d059e7228a9f169 (diff)
downloadCMake-879fd354c1db7da04ab244ab8262ec1391ff30e6.zip
CMake-879fd354c1db7da04ab244ab8262ec1391ff30e6.tar.gz
CMake-879fd354c1db7da04ab244ab8262ec1391ff30e6.tar.bz2
Revert "Move GenerateTargetManifest to cmGeneratorTarget."
This reverts commit 987e12e2f962b6e9ed9f15f8ff486512911b744e. GenerateTargetManifest is called by the global generator before it creates the generator targets, so we can't move it to cmGeneratorTarget yet.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index a025eea..1f6bb46 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -367,6 +367,9 @@ public:
bool GetImplibGNUtoMS(std::string const& gnuName, std::string& out,
const char* newExt = 0);
+ /** Add the target output files to the global generator manifest. */
+ void GenerateTargetManifest(const char* config);
+
/**
* Compute whether this target must be relinked before installing.
*/