diff options
Diffstat (limited to 'Source/cmOSXBundleGenerator.h')
-rw-r--r-- | Source/cmOSXBundleGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmOSXBundleGenerator.h b/Source/cmOSXBundleGenerator.h index 29ce7c4..38092b9 100644 --- a/Source/cmOSXBundleGenerator.h +++ b/Source/cmOSXBundleGenerator.h @@ -24,12 +24,15 @@ class cmLocalGenerator; class cmOSXBundleGenerator { public: + static void PrepareTargetProperties(cmTarget* target); + cmOSXBundleGenerator(cmTarget* target, std::string targetNameOut, const char* configName); void CreateAppBundle(std::string& targetName, std::string& outpath); void CreateFramework(std::string const& targetName); + void CreateCFBundle(std::string& targetName, std::string& outpath); std::string GetMacContentDirectory() const { return this->MacContentDirectory; } |