mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
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.
This commit is contained in:
8
extras/fixture/src/meson.build
Normal file
8
extras/fixture/src/meson.build
Normal file
@@ -0,0 +1,8 @@
|
||||
unity_inc += include_directories('.')
|
||||
unity_src += files('unity_fixture.c')
|
||||
|
||||
install_headers(
|
||||
'unity_fixture.h',
|
||||
'unity_fixture_internals.h',
|
||||
subdir: meson.project_name()
|
||||
)
|
||||
7
extras/memory/src/meson.build
Normal file
7
extras/memory/src/meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
unity_inc += include_directories('.')
|
||||
unity_src += files('unity_memory.c')
|
||||
|
||||
install_headers(
|
||||
'unity_memory.h',
|
||||
subdir: meson.project_name()
|
||||
)
|
||||
Reference in New Issue
Block a user