summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.h
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2012-07-05 16:31:17 (GMT)
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-17 12:03:05 (GMT)
commita7b4e3a57b418aa4569cf3bbd484212e9b9b5c77 (patch)
tree5d42f3b305edf34ad6d492f92b92a0d18ec3cfe3 /Source/cmNinjaNormalTargetGenerator.h
parent21f156c03bec7595b58862a58a3446ec453f7d85 (diff)
downloadCMake-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.h2
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