summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-06-08 09:29:35 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-09 14:39:57 (GMT)
commit70d3bf85808d17dba8ec90e2975f2741383ef260 (patch)
treea4b4ad0543a85543016956eb290468855feeb784 /Source/cmLocalGenerator.h
parentde4ee088e7ab60213b551ecf98bc9e1b512ee393 (diff)
downloadCMake-70d3bf85808d17dba8ec90e2975f2741383ef260.zip
CMake-70d3bf85808d17dba8ec90e2975f2741383ef260.tar.gz
CMake-70d3bf85808d17dba8ec90e2975f2741383ef260.tar.bz2
cmLocalGenerator: Adopt GetFrameworkFlags method
Move it from cmCommonTargetGenerator.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 5ced648..ac2ebce 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -313,6 +313,10 @@ public:
std::string& frameworkPath, std::string& linkPath,
cmGeneratorTarget* target, bool useWatcomQuote);
+ std::string GetFrameworkFlags(std::string const& l,
+ std::string const& config,
+ cmGeneratorTarget* target);
+
virtual void ComputeObjectFilenames(
std::map<cmSourceFile const*, std::string>& mapping,
cmGeneratorTarget const* gt = 0);