We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 3ac47d7Copy full SHA for 3ac47d7
Package.swift
module.modulemap
@@ -0,0 +1,5 @@
1
+module SQLite [system] {
2
+ header "/usr/include/sqlite3.h"
3
+ link "sqlite3"
4
+ export *
5
+}
0 commit comments