mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 09:21:36 +01:00
The following features from the CMake build have been implemented: * Library version retrieved from unity.h. * Extension support. * Library, header, and package configuration file installation. This commit is entirely based on existing work by Owen Torres.
8 lines
146 B
Meson
8 lines
146 B
Meson
unity_inc += include_directories('.')
|
|
unity_src += files('unity_memory.c')
|
|
|
|
install_headers(
|
|
'unity_memory.h',
|
|
subdir: meson.project_name()
|
|
)
|