mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
ENH: Improve framework support in the makefile generator to match the support just added to the Xcode generator. BUG: Remove spurious warning and eliminate empty Libraries subdir inside built framework.
This commit is contained in:
@@ -38,16 +38,15 @@ protected:
|
||||
// MacOSX Framework support methods
|
||||
void WriteFrameworkRules(bool relink);
|
||||
void CreateFramework(std::string& targetName,
|
||||
std::string& outpath);
|
||||
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);
|
||||
std::string& outpath,
|
||||
const char* version);
|
||||
void CopyFrameworkSources(std::string& targetName,
|
||||
std::string& outpath,
|
||||
const char* version,
|
||||
const char* propertyName,
|
||||
const char* subdir);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user