RunCMake/CXXModules: support MSVC extensions

This commit is contained in:
Ben Boeckel 2022-07-18 14:32:57 -04:00
parent a84c186a7d
commit b90de0b492

View File

@ -1,6 +1,6 @@
function (check_for_bmi prefix destination name)
set(found 0)
foreach (ext IN ITEMS gcm)
foreach (ext IN ITEMS gcm ifc)
if (EXISTS "${prefix}/${destination}/${name}.${ext}")
set(found 1)
break ()