summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.h
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2012-07-11 09:19:25 (GMT)
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-17 12:03:08 (GMT)
commit54d9713adb016423d20c610163726f80da435588 (patch)
tree2242d14486a7503b6b0ae395c341f5a3b9fa7aef /Source/cmNinjaNormalTargetGenerator.h
parent10686a17f4457fd6032543992538850be5cc8d88 (diff)
downloadCMake-54d9713adb016423d20c610163726f80da435588.zip
CMake-54d9713adb016423d20c610163726f80da435588.tar.gz
CMake-54d9713adb016423d20c610163726f80da435588.tar.bz2
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 284804b..74e10cf 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.