rainbow-dragon/Sources/CSQLite/module.modulemap

5 lines
80 B
Text

module CSQLite [system] {
header "shim.h"
link "sqlite3"
export *
}