summaryrefslogtreecommitdiff
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-08 16:38:49 -0400
committerBrad King <brad.king@kitware.com>2015-07-09 09:50:07 -0400
commit058074d499805aa4579c8986b84459f9993f6fad (patch)
tree14509730e516f5117821df68583c7ab64ac61bde /Source/cmCommonTargetGenerator.h
parentab8240189dd67cc15c5aed59b8c0ffde99d3b403 (diff)
downloadcmake-058074d499805aa4579c8986b84459f9993f6fad.tar.gz
cmCommonTargetGenerator: Adopt GetFrameworkFlags
Move the member up from cmMakefileTargetGenerator.
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r--Source/cmCommonTargetGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h
index 0683e3c65f..644d97245d 100644
--- a/Source/cmCommonTargetGenerator.h
+++ b/Source/cmCommonTargetGenerator.h
@@ -71,6 +71,9 @@ protected:
void AppendFortranFormatFlags(std::string& flags,
cmSourceFile const& source);
+
+ // Return the a string with -F flags on apple
+ std::string GetFrameworkFlags(std::string const& l);
};
#endif