diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-09 20:31:05 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-18 14:29:29 (GMT) |
commit | 37ab74a607a021567a0a1e2c7df43da33d32d5ec (patch) | |
tree | cc9edbffa8c12d9d9dddd737c12fef5e16490d98 /Source/cmLocalGenerator.h | |
parent | 31c4aee75a18b11d86a364d01fdae3250200866d (diff) | |
download | CMake-37ab74a607a021567a0a1e2c7df43da33d32d5ec.zip CMake-37ab74a607a021567a0a1e2c7df43da33d32d5ec.tar.gz CMake-37ab74a607a021567a0a1e2c7df43da33d32d5ec.tar.bz2 |
cmLocalGenerator: Port PList handling to cmGeneratorTarget.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 5d2a349..2bc0e4a 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -279,13 +279,14 @@ public: /** * Generate a Mac OS X application bundle Info.plist file. */ - void GenerateAppleInfoPList(cmTarget* target, const std::string& targetName, + void GenerateAppleInfoPList(cmGeneratorTarget* target, + const std::string& targetName, const char* fname); /** * Generate a Mac OS X framework Info.plist file. */ - void GenerateFrameworkInfoPList(cmTarget* target, + void GenerateFrameworkInfoPList(cmGeneratorTarget* target, const std::string& targetName, const char* fname); /** Construct a comment for a custom command. */ |