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