summaryrefslogtreecommitdiff
path: root/Source/cmOSXBundleGenerator.h
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2012-07-16 23:03:40 +0200
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-17 14:03:12 +0200
commitc3988ee871c99e31ad4d10e9033d89da902d5694 (patch)
tree343f99d1fc0efa4e37d26c071da8b68d26839f8a /Source/cmOSXBundleGenerator.h
parentf8e0a5109f104e894f450049a6c97f53bd378dae (diff)
downloadcmake-c3988ee871c99e31ad4d10e9033d89da902d5694.tar.gz
Re-factor OS X content generator start up.
Diffstat (limited to 'Source/cmOSXBundleGenerator.h')
-rw-r--r--Source/cmOSXBundleGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmOSXBundleGenerator.h b/Source/cmOSXBundleGenerator.h
index c13ca366a3..2ed9e91aff 100644
--- a/Source/cmOSXBundleGenerator.h
+++ b/Source/cmOSXBundleGenerator.h
@@ -44,6 +44,7 @@ public:
void GenerateMacOSXContentStatements(
std::vector<cmSourceFile*> const& sources,
MacOSXContentGeneratorType* generator);
+ std::string InitMacOSXContentDirectory(const char* pkgloc);
std::string GetMacContentDirectory() const
{ return this->MacContentDirectory; }