summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorIvan Zinkevich <ivan.zinkevich@gmail.com>2023-01-19 17:46:53 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-23 15:38:07 (GMT)
commit33c15ae2b9bf62f7d0870b7ec01b297a29879513 (patch)
tree7ca2cb26e0c011c93a47513f0e867e6406983247 /Source/cmGlobalVisualStudio10Generator.h
parente107fd0713c93f8b7d5be54552b51b1632b34f8c (diff)
downloadCMake-33c15ae2b9bf62f7d0870b7ec01b297a29879513.zip
CMake-33c15ae2b9bf62f7d0870b7ec01b297a29879513.tar.gz
CMake-33c15ae2b9bf62f7d0870b7ec01b297a29879513.tar.bz2
VS: Build custom commands concurrently when possible
Enable the `BuildInParallel` setting in VS project files when supported. Fixes: #18405
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index 63c21c5..deed206 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -168,6 +168,7 @@ public:
cmIDEFlagTable const* GetNasmFlagTable() const;
bool IsMsBuildRestoreSupported() const;
+ bool IsBuildInParallelSupported() const;
protected:
cmGlobalVisualStudio10Generator(cmake* cm, const std::string& name,