mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-24 08:51:36 +01:00
12 lines
282 B
Meson
12 lines
282 B
Meson
#
|
|
# build script written by : Michael Brockus.
|
|
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
|
|
#
|
|
# license: MIT
|
|
#
|
|
unity_dir = include_directories('.')
|
|
|
|
unity_lib = static_library(meson.project_name(),
|
|
files('unity.c'),
|
|
include_directories: unity_dir)
|