diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-20 06:32:58 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-20 06:34:30 (GMT) |
commit | 879fd354c1db7da04ab244ab8262ec1391ff30e6 (patch) | |
tree | 27d05a0b00e18290b309d5f03231182a5e1027d3 /Source/cmTarget.h | |
parent | 6674583caa20244d90aa14a67d059e7228a9f169 (diff) | |
download | CMake-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.h | 3 |
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. */ |