mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "ninja",
|
|
"command": "ninja",
|
|
"args": [
|
|
"pylib",
|
|
"qt"
|
|
],
|
|
"windows": {
|
|
"command": "tools/ninja.bat",
|
|
"args": [
|
|
"pylib",
|
|
"qt"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|