diff options
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(); |