summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorTomoki Imai <Tomoki.Imai@sony.com>2017-12-02 11:54:55 (GMT)
committerBrad King <brad.king@kitware.com>2017-12-04 16:21:43 (GMT)
commitc89e8522bbe0d5526b2d2e6751511fe9737b37e8 (patch)
treeceba8b1f3d10e20be7f2d14725ca9a0bd688ad72 /Source/cmGlobalGenerator.h
parent6e078505444faf3b140e9032ddfdd23d3d5e3fd6 (diff)
downloadCMake-c89e8522bbe0d5526b2d2e6751511fe9737b37e8.zip
CMake-c89e8522bbe0d5526b2d2e6751511fe9737b37e8.tar.gz
CMake-c89e8522bbe0d5526b2d2e6751511fe9737b37e8.tar.bz2
cmGlobalGenerator: Add IsIncludeExternalMSProjectSupported method
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 8fcb533..abc451a 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -358,6 +358,10 @@ public:
virtual bool IsIPOSupported() const { return false; }
+ /** Return whether the generator can import external visual studio project
+ using INCLUDE_EXTERNAL_MSPROJECT */
+ virtual bool IsIncludeExternalMSProjectSupported() const { return false; }
+
/** Return whether the generator should use EFFECTIVE_PLATFORM_NAME. This is
relevant for mixed macOS and iOS builds. */
virtual bool UseEffectivePlatformName(cmMakefile*) const { return false; }