summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:19:17 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:19:17 +0900
commit01310be508e7384e4a05bba3154f6fa458197696 (patch)
treebe8290423ba1f10255031316e40017770ffadace /Source/cmGlobalVisualStudio10Generator.h
parent673b21719eea1405c2e96df62abe022cd82a73ad (diff)
downloadcmake-01310be508e7384e4a05bba3154f6fa458197696.tar.gz
cmake-01310be508e7384e4a05bba3154f6fa458197696.tar.bz2
cmake-01310be508e7384e4a05bba3154f6fa458197696.zip
Imported Upstream version 3.16.41d6613f4446f69f63beddf2d97c201154fb35e33
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index 9adcf08ae..56f119363 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -108,6 +108,8 @@ public:
virtual bool IsDefaultToolset(const std::string& version) const;
virtual std::string GetAuxiliaryToolset() const;
+ bool GetSupportsUnityBuilds() const { return this->SupportsUnityBuilds; }
+
bool FindMakeProgram(cmMakefile* mf) override;
bool IsIPOSupported() const override { return true; }
@@ -172,6 +174,7 @@ protected:
std::string DefaultMasmFlagTableName;
std::string DefaultNasmFlagTableName;
std::string DefaultRCFlagTableName;
+ bool SupportsUnityBuilds = false;
bool SystemIsWindowsCE;
bool SystemIsWindowsPhone;
bool SystemIsWindowsStore;