summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2011-01-14 14:28:38 -0800
committerBrad King <brad.king@kitware.com>2011-04-25 13:27:58 -0400
commit65c0c24a296c12c8037361cc5c53d884c4cde5f0 (patch)
tree46c732c068bf8b01d46cc1e7454866c16fda7d79 /Source/cmMakefileTargetGenerator.h
parent3f064efe40cdf9d2eac955581b171e0c723e92a2 (diff)
downloadcmake-65c0c24a296c12c8037361cc5c53d884c4cde5f0.tar.gz
cache flags and defines
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index 0005b48b0a..db87ebce6d 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -217,7 +217,9 @@ protected:
std::set<cmStdString> MacContentFolders;
std::string GetFlags(const std::string &l);
+ std::map<std::string, std::string> FlagsByLanguage;
std::string GetDefines(const std::string &l);
+ std::map<std::string, std::string> DefinesByLanguage;
// Target-wide Fortran module output directory.
bool FortranModuleDirectoryComputed;