summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2013-03-09 10:16:39 (GMT)
committerPeter Kümmel <syntheticpp@gmx.net>2013-03-09 10:28:45 (GMT)
commit751f712e1ac936afb42acc49f1f19c768d3229b5 (patch)
treeb41dbc18e7804f1c0d63dc1c38bba8a74651482b /Source/cmGlobalGenerator.h
parent2e80f1076363777718fe3f262f2562b866fc2b35 (diff)
downloadCMake-751f712e1ac936afb42acc49f1f19c768d3229b5.zip
CMake-751f712e1ac936afb42acc49f1f19c768d3229b5.tar.gz
CMake-751f712e1ac936afb42acc49f1f19c768d3229b5.tar.bz2
Ninja: use MinGW generator code in EnableLanguage()
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index f8275e8..11616e0 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -340,6 +340,7 @@ protected:
virtual const char* GetPredefinedTargetsFolder();
virtual bool UseFolderProperty();
+ void EnableMinGWLanguage(cmMakefile *mf);
private:
cmMakefile* TryCompileOuterMakefile;