summaryrefslogtreecommitdiff
path: root/deps/Unity/src/meson.build
blob: 5365227fcc722b441016a11ae00eb6b42955cf65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# build script written by : Michael Gene Brockus.
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
#
# license: MIT
#

unity_inc += include_directories('.')
unity_src += files('unity.c')

if not meson.is_subproject()
  install_headers(
    'unity.h',
    'unity_internals.h',
    subdir: meson.project_name()
  )
endif