mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-28 10:44:26 +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.
3 lines
234 B
Meson
3 lines
234 B
Meson
option('extension_fixture', type: 'feature', value: 'disabled', description: 'Whether to use the fixture extension.')
|
|
option('extension_memory', type: 'feature', value: 'disabled', description: 'Whether to use the memory extension.')
|