diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-14 17:04:25 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-19 13:30:49 (GMT) |
commit | 987e12e2f962b6e9ed9f15f8ff486512911b744e (patch) | |
tree | 8d93e37c9e1893a15eda470c04111e679f4c0c3d /Source/cmTarget.h | |
parent | 14bf7783f4de829f62041d1dbf3989160820b2b7 (diff) | |
download | CMake-987e12e2f962b6e9ed9f15f8ff486512911b744e.zip CMake-987e12e2f962b6e9ed9f15f8ff486512911b744e.tar.gz CMake-987e12e2f962b6e9ed9f15f8ff486512911b744e.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 98eaeec..e9fceb3 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -381,9 +381,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. */ |