diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-14 17:04:25 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-27 19:29:45 (GMT) |
commit | 90ef1cfe4882139d9fe525352bc8e2e86b69f1db (patch) | |
tree | 1f45dffb70f00a2b0b8947d5cadbad4629ee764e /Source/cmTarget.h | |
parent | 25f1df3e816b62a518206cb88f69fdb15b2eebc9 (diff) | |
download | CMake-90ef1cfe4882139d9fe525352bc8e2e86b69f1db.zip CMake-90ef1cfe4882139d9fe525352bc8e2e86b69f1db.tar.gz CMake-90ef1cfe4882139d9fe525352bc8e2e86b69f1db.tar.bz2 |
Move GenerateTargetManifest to cmGeneratorTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 9d62f5f..dd05d5b 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -410,9 +410,6 @@ 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. */ |