mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
Linux builds require kmx_test_source.cpp in order to run tests. So make this available even when other tests are disabled.
10 lines
265 B
Meson
10 lines
265 B
Meson
node = find_program('node', required: true)
|
|
|
|
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')
|