summaryrefslogtreecommitdiff
path: root/Source/cmNinjaNormalTargetGenerator.h
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2012-07-11 11:19:25 +0200
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-17 14:03:08 +0200
commit54d9713adb016423d20c610163726f80da435588 (patch)
tree2242d14486a7503b6b0ae395c341f5a3b9fa7aef /Source/cmNinjaNormalTargetGenerator.h
parent10686a17f4457fd6032543992538850be5cc8d88 (diff)
downloadcmake-54d9713adb016423d20c610163726f80da435588.tar.gz
Ninja: Add support for CFBundle.
This patch fixes test CFBundleTest on Darwin.
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.h')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.h b/Source/cmNinjaNormalTargetGenerator.h
index 284804b08c..74e10cfd49 100644
--- a/Source/cmNinjaNormalTargetGenerator.h
+++ b/Source/cmNinjaNormalTargetGenerator.h
@@ -38,6 +38,7 @@ private:
void WriteLinkStatement();
void WriteObjectLibStatement();
std::vector<std::string> ComputeLinkCmd();
+ void CreateCFBundle(std::string& targetName, std::string& outpath);
private:
// Target name info.