Add SQLite system library package
This commit is contained in:
5
Sources/DataLiteC/module.modulemap
Normal file
5
Sources/DataLiteC/module.modulemap
Normal file
@@ -0,0 +1,5 @@
|
||||
module DataLiteC [system] {
|
||||
header "shim.h"
|
||||
link "sqlite3"
|
||||
export *
|
||||
}
|
||||
Reference in New Issue
Block a user