1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00
Files
Unity/meson.build
Michael Gene Brockus df2ea08157 Update meson.build
2022-06-19 06:33:19 -07:00

13 lines
345 B
Meson

#
# build script written by : Michael Gene Brockus.
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
#
# license: MIT
#
project('unity', 'c',
meson_version: '>=0.62.0',
default_options: ['werror=true', 'c_std=c11'])
subdir('src')
unity_dep = declare_dependency(link_with: unity_lib, include_directories: unity_dir)