• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# build script written by : Michael Gene Brockus.
3# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
4#
5# license: MIT
6#
7
8unity_inc += include_directories('.')
9unity_src += files('unity.c')
10
11if not meson.is_subproject()
12  install_headers(
13    'unity.h',
14    'unity_internals.h',
15    subdir: meson.project_name()
16  )
17endif
18