blob: 650ba32d9163b958f20991043803137b331ea72c (
plain)
1
2
3
4
5
6
7
8
9
|
unity_inc += include_directories('.')
unity_src += files('unity_memory.c')
if not meson.is_subproject()
install_headers(
'unity_memory.h',
subdir: meson.project_name()
)
endif
|