source: scripts/apple/Modules/module.modulemap

Last change on this file was f2caa92, checked in by Paul Brossier <piem@piem.org>, 8 years ago

scripts/apple/: added Info.plist and module.modulemap (improves #34)

  • Property mode set to 100644
File size: 91 bytes
Line 
1framework module aubio {
2  umbrella header "aubio.h"
3
4  export *
5  module * { export * }
6}
Note: See TracBrowser for help on using the repository browser.