diff options
author | Brad King <brad.king@kitware.com> | 2015-07-08 16:38:49 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-09 09:50:07 -0400 |
commit | 058074d499805aa4579c8986b84459f9993f6fad (patch) | |
tree | 14509730e516f5117821df68583c7ab64ac61bde /Source/cmCommonTargetGenerator.h | |
parent | ab8240189dd67cc15c5aed59b8c0ffde99d3b403 (diff) | |
download | cmake-058074d499805aa4579c8986b84459f9993f6fad.tar.gz |
cmCommonTargetGenerator: Adopt GetFrameworkFlags
Move the member up from cmMakefileTargetGenerator.
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r-- | Source/cmCommonTargetGenerator.h | 3 |
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 |