mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-08-22 12:01:33 +08:00
13 lines
260 B
Meson
13 lines
260 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', fallback : ['unity', 'unity_dep'])
|
|
|
|
subdir('src')
|
|
subdir('test')
|