diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2012-07-05 16:31:17 (GMT) |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-17 12:03:05 (GMT) |
commit | a7b4e3a57b418aa4569cf3bbd484212e9b9b5c77 (patch) | |
tree | 5d42f3b305edf34ad6d492f92b92a0d18ec3cfe3 /Source/cmNinjaNormalTargetGenerator.h | |
parent | 21f156c03bec7595b58862a58a3446ec453f7d85 (diff) | |
download | CMake-a7b4e3a57b418aa4569cf3bbd484212e9b9b5c77.zip CMake-a7b4e3a57b418aa4569cf3bbd484212e9b9b5c77.tar.gz CMake-a7b4e3a57b418aa4569cf3bbd484212e9b9b5c77.tar.bz2 |
Ninja: Add support for OX X library framework.
This patch fixes test ExportImport on Darwin.
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.h')
-rw-r--r-- | Source/cmNinjaNormalTargetGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.h b/Source/cmNinjaNormalTargetGenerator.h index cee685d..c48a8ec 100644 --- a/Source/cmNinjaNormalTargetGenerator.h +++ b/Source/cmNinjaNormalTargetGenerator.h @@ -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 |