mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: initial support for creation of frameworks on Mac
This commit is contained in:
@@ -35,6 +35,19 @@ protected:
|
||||
void WriteModuleLibraryRules(bool relink);
|
||||
void WriteLibraryRules(const char *linkRule, const char *extraFlags,
|
||||
bool relink);
|
||||
// MacOSX Framework support methods
|
||||
void WriteFrameworkRules(bool relink);
|
||||
void CreateFramework(std::string& targetName,
|
||||
std::string& outpath);
|
||||
void CreateFrameworkLinksAndDirs(std::string& targetName,
|
||||
std::string& outpath,
|
||||
const char* version);
|
||||
void CopyFrameworkPublicHeaders(std::string& targetName,
|
||||
std::string& outpath,
|
||||
const char* version);
|
||||
void CopyFrameworkResources(std::string& targetName,
|
||||
std::string& outpath,
|
||||
const char* version);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user