mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
10 lines
345 B
Meson
10 lines
345 B
Meson
# Copyright: © 2018 SIL International.
|
|
# Description: Cross platform build script to compile utfcode unit test.
|
|
# Create Date: 2 Oct 2018
|
|
# Authors: Tim Eves (TSE)
|
|
#
|
|
|
|
e = executable('utftest', 'utftest.cpp',
|
|
objects: lib.extract_objects('utfcodec.cpp'),
|
|
include_directories: [libsrc])
|
|
test('utftest', e)
|