• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1unity_inc += include_directories('.')
2unity_src += files('unity_fixture.c')
3
4if not meson.is_subproject()
5  install_headers(
6    'unity_fixture.h',
7    'unity_fixture_internals.h',
8    subdir: meson.project_name()
9  )
10endif
11