mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
10 lines
395 B
Meson
10 lines
395 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('.', '../../common/include', is_system: true)
|
|
subdir('keyman')
|