summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-08 20:38:49 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-09 13:50:07 (GMT)
commit058074d499805aa4579c8986b84459f9993f6fad (patch)
tree14509730e516f5117821df68583c7ab64ac61bde /Source/cmCommonTargetGenerator.h
parentab8240189dd67cc15c5aed59b8c0ffde99d3b403 (diff)
downloadCMake-058074d499805aa4579c8986b84459f9993f6fad.zip
CMake-058074d499805aa4579c8986b84459f9993f6fad.tar.gz
CMake-058074d499805aa4579c8986b84459f9993f6fad.tar.bz2
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 0683e3c..644d972 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