mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmGlobalVisualStudioVersionedGenerator: support dyndep in VS2022 and up
This commit is contained in:
@@ -46,6 +46,11 @@ public:
|
||||
|
||||
const char* GetAndroidApplicationTypeRevision() const override;
|
||||
|
||||
bool SupportsCxxModuleDyndep() const override
|
||||
{
|
||||
return this->Version >= cmGlobalVisualStudioGenerator::VSVersion::VS17;
|
||||
}
|
||||
|
||||
protected:
|
||||
cmGlobalVisualStudioVersionedGenerator(
|
||||
VSVersion version, cmake* cm, const std::string& name,
|
||||
|
||||
Reference in New Issue
Block a user