mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
13 lines
225 B
Meson
13 lines
225 B
Meson
#
|
|
# build script written by : Michael Brockus.
|
|
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
|
|
#
|
|
# license: MIT
|
|
#
|
|
project('example-4', 'c')
|
|
|
|
unity_dep = dependency('unity')
|
|
|
|
subdir('src')
|
|
subdir('test')
|