diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2020-01-10 16:05:27 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2020-01-17 22:17:35 (GMT) |
commit | a55df20499fe9329269efccc8552f26029ae4a0e (patch) | |
tree | 7496ccc84d7be98249c45ae4ea6309d5b8b2dc85 /Source/cmGlobalVisualStudioGenerator.h | |
parent | 1e728706de1457a25fe531d5905c28570a208a08 (diff) | |
download | CMake-a55df20499fe9329269efccc8552f26029ae4a0e.zip CMake-a55df20499fe9329269efccc8552f26029ae4a0e.tar.gz CMake-a55df20499fe9329269efccc8552f26029ae4a0e.tar.bz2 |
Multi-Ninja: Add precompile headers support
Fixes: #19789
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 4f2007f..29a5c2c 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -150,6 +150,8 @@ public: bool Open(const std::string& bindir, const std::string& projectName, bool dryRun) override; + bool IsVisualStudio() const override { return true; } + protected: cmGlobalVisualStudioGenerator(cmake* cm, std::string const& platformInGeneratorName); |