1
1
mirror of https://github.com/danbee/persephone synced 2026-06-21 14:22:22 +00:00
persephone/Shared/include/module.modulemap

6 lines
89 B
Plaintext

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