summaryrefslogtreecommitdiff
path: root/deps/Unity/examples/example_4/meson.build
blob: b1c4e852b29923fd2a18846637fe0a9357e32a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# build script written by : Michael Brockus.
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
#
# license: MIT
#
project('example-4', 'c', meson_version: '>= 0.55.0')

unity_dep = dependency('unity')

subdir('src')
subdir('test')