diff options
author | Brad King <brad.king@kitware.com> | 2015-07-08 19:52:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-09 13:50:07 (GMT) |
commit | ab8240189dd67cc15c5aed59b8c0ffde99d3b403 (patch) | |
tree | a5aeb063f3188ecfcadf33b7ca569a1c3dd03587 /Source/cmCommonTargetGenerator.h | |
parent | 0b22c0b815974de148b5fed3a33a3337380347c9 (diff) | |
download | CMake-ab8240189dd67cc15c5aed59b8c0ffde99d3b403.zip CMake-ab8240189dd67cc15c5aed59b8c0ffde99d3b403.tar.gz CMake-ab8240189dd67cc15c5aed59b8c0ffde99d3b403.tar.bz2 |
cmCommonTargetGenerator: Adopt AppendFortranFormatFlags
Move up from cmMakefileTargetGenerator.
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r-- | Source/cmCommonTargetGenerator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h index c1c08f6..0683e3c 100644 --- a/Source/cmCommonTargetGenerator.h +++ b/Source/cmCommonTargetGenerator.h @@ -20,6 +20,7 @@ class cmGeneratorTarget; class cmGlobalCommonGenerator; class cmLocalCommonGenerator; class cmMakefile; +class cmSourceFile; class cmTarget; /** \class cmCommonTargetGenerator @@ -67,6 +68,9 @@ protected: cmLocalGenerator::RelativeRoot relative, cmLocalGenerator::OutputFormat output = cmLocalGenerator::UNCHANGED); + + void AppendFortranFormatFlags(std::string& flags, + cmSourceFile const& source); }; #endif |