mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
339 B
JSON
14 lines
339 B
JSON
{
|
|
"project_name": "@project_name@",
|
|
"project_version": "@project_version@",
|
|
"sitemap": "../../doc/sitemap.txt",
|
|
"index": "../../doc/markdown_files/index.md",
|
|
"c_sources": [
|
|
"../include/keyboardprocessor.h"
|
|
],
|
|
"c_smart_index" : true,
|
|
"output": ".",
|
|
"extra_assets": [
|
|
"../../assets"
|
|
]
|
|
}
|