mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Ninja: Add support for OX X library framework.
This patch fixes test ExportImport on Darwin.
This commit is contained in:
committed by
Peter Kümmel
parent
21f156c03b
commit
a7b4e3a57b
@@ -35,6 +35,7 @@ private:
|
||||
void WriteObjectLibStatement();
|
||||
std::vector<std::string> ComputeLinkCmd();
|
||||
void CreateAppBundle(const std::string& targetName, std::string& outpath);
|
||||
void CreateFramework(std::string const& targetName);
|
||||
|
||||
private:
|
||||
// Target name info.
|
||||
@@ -45,6 +46,7 @@ private:
|
||||
std::string TargetNamePDB;
|
||||
const char *TargetLinkLanguage;
|
||||
std::string MacContentDirectory;
|
||||
std::string FrameworkVersion;
|
||||
};
|
||||
|
||||
#endif // ! cmNinjaNormalTargetGenerator_h
|
||||
|
||||
Reference in New Issue
Block a user