summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/vendor/unity/examples/example_4/meson.build
blob: f06c3fe3aae6db63565857506d768e412bba40d6 (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')

unity_dep = dependency('unity', fallback : ['unity', 'unity_dep'])

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