11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
|
{
|
||
|
"targets": [
|
||
|
{
|
||
|
"target_name": "sqlite_extension",
|
||
|
"type": "shared_library",
|
||
|
"sources": [ "extension.c" ],
|
||
|
"include_dirs": [ "../../../deps/sqlite" ]
|
||
|
}
|
||
|
]
|
||
|
}
|