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