summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-06-12 11:52:32 (GMT)
committerPeter Kuemmel <syntheticpp@gmx.net>2012-06-12 11:52:32 (GMT)
commit5590625fa3d3e6261cc5c9e39e02a205b1ed8027 (patch)
tree48eb6c4a5fa7f659a71f8c30aa8965f2e8781c9b /Source/cmGlobalNinjaGenerator.h
parent38aa9e97f275e5a8a4054b58bd4f004fea8c1675 (diff)
downloadCMake-5590625fa3d3e6261cc5c9e39e02a205b1ed8027.zip
CMake-5590625fa3d3e6261cc5c9e39e02a205b1ed8027.tar.gz
CMake-5590625fa3d3e6261cc5c9e39e02a205b1ed8027.tar.bz2
Ninja: use slashes for include dirs, so also slahes are in the .d files
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r--Source/cmGlobalNinjaGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h
index b2c2aa8..54677bc 100644
--- a/Source/cmGlobalNinjaGenerator.h
+++ b/Source/cmGlobalNinjaGenerator.h
@@ -147,6 +147,9 @@ public:
const cmNinjaDeps& targets,
const std::string& comment = "");
+
+ static bool IsMinGW() { return UsingMinGW; }
+
public:
/// Default constructor.
cmGlobalNinjaGenerator();