mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
18 lines
449 B
JSON
18 lines
449 B
JSON
{
|
|
"project_name": "@project_name@",
|
|
"project_version": "@project_version@",
|
|
"sitemap": "@doc_dir@/sitemap.txt",
|
|
"index": "@doc_dir@/markdown_files/index.md",
|
|
"c_sources": [
|
|
"@include_dir@/keyman/keyboardprocessor.h"
|
|
],
|
|
"c_include_directories": [
|
|
"@include_dir@",
|
|
"@doc_dir@/../../common/include"
|
|
],
|
|
"c_smart_index" : true,
|
|
"output": ".",
|
|
"extra_assets": [
|
|
"../../assets"
|
|
]
|
|
}
|