diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-02-02 20:54:43 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-08-17 18:42:53 (GMT) |
commit | 159585967a0e4ab99f39de4eec311bac7d0ee0d0 (patch) | |
tree | c85b8a8b0f6bbe22e81ade3b8a8740ced8f45eab /Source/cmVisualStudio10TargetGenerator.cxx | |
parent | 7b069510c5440f0193f1626be5000cf5efe90442 (diff) | |
download | CMake-159585967a0e4ab99f39de4eec311bac7d0ee0d0.zip CMake-159585967a0e4ab99f39de4eec311bac7d0ee0d0.tar.gz CMake-159585967a0e4ab99f39de4eec311bac7d0ee0d0.tar.bz2 |
cmGeneratorTarget: classify BMI-only C++ module sources
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx index 48f3197..1bd4c57 100644 --- a/Source/cmVisualStudio10TargetGenerator.cxx +++ b/Source/cmVisualStudio10TargetGenerator.cxx @@ -2517,6 +2517,7 @@ void cmVisualStudio10TargetGenerator::WriteAllSources(Elem& e0) case cmGeneratorTarget::SourceKindModuleDefinition: tool = "None"; break; + case cmGeneratorTarget::SourceKindCxxModuleSource: case cmGeneratorTarget::SourceKindUnityBatched: case cmGeneratorTarget::SourceKindObjectSource: { const std::string& lang = si.Source->GetLanguage(); |