summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2020-01-10 16:05:27 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2020-01-17 22:17:35 (GMT)
commita55df20499fe9329269efccc8552f26029ae4a0e (patch)
tree7496ccc84d7be98249c45ae4ea6309d5b8b2dc85 /Source/cmGlobalGenerator.h
parent1e728706de1457a25fe531d5905c28570a208a08 (diff)
downloadCMake-a55df20499fe9329269efccc8552f26029ae4a0e.zip
CMake-a55df20499fe9329269efccc8552f26029ae4a0e.tar.gz
CMake-a55df20499fe9329269efccc8552f26029ae4a0e.tar.bz2
Multi-Ninja: Add precompile headers support
Fixes: #19789
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index b427992..da58214 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -415,6 +415,8 @@ public:
virtual bool IsXcode() const { return false; }
+ virtual bool IsVisualStudio() const { return false; }
+
/** Return true if we know the exact location of object files.
If false, store the reason in the given string.
This is meaningful only after EnableLanguage has been called. */