mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
Moves variable declaration for `bool enabled` from .h to .cpp and fixes up builds. Fixes `#include` in ldml_test_source.cpp which was inside a namespace. Fixes: #10426
15 lines
409 B
Meson
15 lines
409 B
Meson
node = find_program('node', required: true)
|
|
|
|
common_test_files = [
|
|
meson.current_source_dir() / 'emscripten_filesystem.cpp',
|
|
meson.source_root() / '../common/include/test_color.cpp'
|
|
]
|
|
|
|
hextobin_root = join_paths(meson.source_root(),'..','common','tools','hextobin','build','hextobin.js')
|
|
hextobin_cmd = [node, hextobin_root]
|
|
|
|
subdir('json')
|
|
subdir('utftest')
|
|
subdir('kmnkbd')
|
|
subdir('kmx')
|
|
subdir('ldml')
|