diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-06-08 09:29:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-09 14:39:57 (GMT) |
commit | 70d3bf85808d17dba8ec90e2975f2741383ef260 (patch) | |
tree | a4b4ad0543a85543016956eb290468855feeb784 /Source/cmLocalGenerator.h | |
parent | de4ee088e7ab60213b551ecf98bc9e1b512ee393 (diff) | |
download | CMake-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.h | 4 |
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); |