diff options
Diffstat (limited to 'test/Modules/Inputs/PR27754/module.modulemap')
| -rw-r--r-- | test/Modules/Inputs/PR27754/module.modulemap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR27754/module.modulemap b/test/Modules/Inputs/PR27754/module.modulemap new file mode 100644 index 000000000000..90dcdbb92b4e --- /dev/null +++ b/test/Modules/Inputs/PR27754/module.modulemap @@ -0,0 +1,3 @@ +module "RConversionRuleParser.h" { header "RConversionRuleParser.h" } +module "TMetaUtils.h" { header "TMetaUtils.h" } +module "TSchemaType.h" { header "TSchemaType.h" } |
