Skip to content

Commit df6a95a

Browse files
committed
CSQLite: add module.modulemap
Add a modulemap for this module to allow SPM to build only the tests against the CMake generated products which are distributed as part of the toolchain image.
1 parent b626d30 commit df6a95a

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)