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/cmGeneratorTarget.h | |
parent | 25f1df3e816b62a518206cb88f69fdb15b2eebc9 (diff) | |
download | CMake-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.h | 3 |
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(); |