tlwg / libthai

GNU Lesser General Public License v2.1
71 stars 18 forks source link

Add meson build #30

Open whs opened 1 month ago

whs commented 1 month ago

This PR add Meson build for libthai

Notable changes:

whs commented 1 month ago

Windows test:

image

The code & data builds fine in mingw64. All tests passed except thcoll. thcoll requires diffutils and even with that installed thsort.exe doesn't output anything (it supposed to print usage if no args are provided).

As for meson-msvc (-D dict=false), tests also passing after applying a MSVC fix from !12

image