diff options
Diffstat (limited to 'test/Modules/Inputs/PR20786/module.modulemap')
-rw-r--r-- | test/Modules/Inputs/PR20786/module.modulemap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR20786/module.modulemap b/test/Modules/Inputs/PR20786/module.modulemap new file mode 100644 index 0000000..daf78cd --- /dev/null +++ b/test/Modules/Inputs/PR20786/module.modulemap @@ -0,0 +1,3 @@ +module TMath { header "TMath.h" } +module TFormula { header "TFormula.h" } +module TBranchProxy { header "TBranchProxy.h" } |