GRDB.swift/Support/module.modulemap

9 lines
131 B
Plaintext

framework module GRDB {
umbrella header "GRDB.h"
export *
module * { export * }
header "grdb_config.h"
}