meson.build 260 字节
Newer Older
1 2 3 4 5 6
#
# build script written by : Michael Brockus.
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
#
# license: MIT
#
M
Michael Brockus 已提交
7
project('example-4', 'c')
8 9

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

subdir('src')
M
Michael Brockus 已提交
12
subdir('test')