1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-25 09:21:36 +01:00
Files
Unity/extras/memory/src/meson.build
Andrew McNulty 44bc9e6dbe Update Meson build system
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.
2023-02-13 17:22:52 +01:00

8 lines
146 B
Meson

unity_inc += include_directories('.')
unity_src += files('unity_memory.c')
install_headers(
'unity_memory.h',
subdir: meson.project_name()
)