1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00
Files
Unity/examples/example_4/meson.build
Michael Gene Brockus b7b65737e8 Update meson.build
2022-06-19 06:35:43 -07:00

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')