AutoInch.modulemap 96 B

123456
  1. module AutoInch {
  2. umbrella header "AutoInch-umbrella.h"
  3. export *
  4. module * { export * }
  5. }