mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-22 00:07:46 +00:00
Also prevent compiler complaining about inconistent dllimport/dllexport linkage by ensuring KM_KBP_EXPORTING is defined on Windows too.
8 lines
269 B
Meson
8 lines
269 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', include_directories: [libsrc])
|
|
test('utftest', e)
|