diff options
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.h')
-rw-r--r-- | Source/cmMakefileLibraryTargetGenerator.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.h b/Source/cmMakefileLibraryTargetGenerator.h index 1be2ebd..22741af 100644 --- a/Source/cmMakefileLibraryTargetGenerator.h +++ b/Source/cmMakefileLibraryTargetGenerator.h @@ -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 |