Ninja: Add support for OX X library framework.

This patch fixes test ExportImport on Darwin.
This commit is contained in:
Nicolas Despres
2012-07-05 18:31:17 +02:00
committed by Peter Kümmel
parent 21f156c03b
commit a7b4e3a57b
2 changed files with 122 additions and 0 deletions
+2
View File
@@ -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