mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Reorganizes /core/doc to /core/docs and moves internal files accordingly. Depends-on: keymanapp/help.keyman.com#1684
18 lines
447 B
JSON
18 lines
447 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/keyman_core_api.h"
|
|
],
|
|
"c_include_directories": [
|
|
"@include_dir@",
|
|
"@doc_dir@/../../common/include"
|
|
],
|
|
"c_smart_index" : true,
|
|
"output": ".",
|
|
"extra_assets": [
|
|
"../../assets"
|
|
]
|
|
}
|