1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
persephone/Persephone/include/module.modulemap

6 lines
89 B
Plaintext

module mpdclient {
umbrella header "mpd/client.h"
export *
module * { export * }
}