source: scripts/apple/Modules/module.modulemap @ 84f369c

feature/crepe_org
Last change on this file since 84f369c was f2caa92, checked in by Paul Brossier <piem@piem.org>, 9 years ago

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

  • Property mode set to 100644
File size: 91 bytes
RevLine 
[f2caa92]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.