summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorPhilip Lowman <philip@yhbt.com>2011-05-26 02:10:19 (GMT)
committerPhilip Lowman <philip@yhbt.com>2011-05-26 02:10:19 (GMT)
commit162f3fb413fc862c5c75a0402fdfbdc6dd19468b (patch)
treef38559d56af1f57a72875c4e1dbd8126fda24163 /Source/cmMakefileTargetGenerator.h
parentca000a0948023961130d1ee389d65228a746629a (diff)
parent8b17fd67256d10c86acba9c2b2ce1d0211a90fea (diff)
downloadCMake-162f3fb413fc862c5c75a0402fdfbdc6dd19468b.zip
CMake-162f3fb413fc862c5c75a0402fdfbdc6dd19468b.tar.gz
CMake-162f3fb413fc862c5c75a0402fdfbdc6dd19468b.tar.bz2
Merge branch 'master' of git://public.kitware.com/cmake into 12128_FindProtobuf_module_behavior_under_Windows_is_annoying
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index bd26795..b68f8bf 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -216,6 +216,12 @@ protected:
std::string MacContentDirectory;
std::set<cmStdString> MacContentFolders;
+ typedef std::map<cmStdString, cmStdString> ByLanguageMap;
+ std::string GetFlags(const std::string &l);
+ ByLanguageMap FlagsByLanguage;
+ std::string GetDefines(const std::string &l);
+ ByLanguageMap DefinesByLanguage;
+
// Target-wide Fortran module output directory.
bool FortranModuleDirectoryComputed;
std::string FortranModuleDirectory;