Skip to content

Commit 1c16f72

Browse files
authored
Merge pull request swiftlang#16 from compnerd/modules
CSQLite: add `module.modulemap`
2 parents b626d30 + df6a95a commit 1c16f72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
module SwiftToolchainCSQLite {
3+
header "sqlite3.h"
4+
header "sqlite3ext.h"
5+
}

0 commit comments

Comments
 (0)