spiegel-keyman/common/engine/keyboardprocessor/include/meson.build
Tim Eves 93c76c14df Move headers into include/keyman from include/
Necessary to allow keyboardprocessor.h to refer to auxillary headers as 
<keyboard/header.h>
2018-11-06 16:19:14 +07:00

10 lines
371 B
Meson

# Copyright: © 2018 SIL International.
# Description: Cross platform build script to generate installable API header
# files with versioning information templated in.
# Create Date: 2 Oct 2018
# Authors: Tim Eves (TSE)
# History: 6 Oct 2018 - TSE - Move into keyman folder.
#
inc = include_directories('.', is_system: true)
subdir('keyman')